Searched refs:callbacksForType (Results 1 – 1 of 1) sorted by relevance
152 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local153 if (callbacksForType != null) { in onStartCommand()154 callbacksForType.add(callback); in onStartCommand()310 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local311 if (callbacksForType == null) { in fireCallbacksForType()316 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()320 callbacksForType.clear(); in fireCallbacksForType()