Searched refs:callbacksForType (Results 1 – 2 of 2) sorted by relevance
151 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local152 if (callbacksForType != null) { in onStartCommand()153 callbacksForType.add(callback); in onStartCommand()308 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local309 if (callbacksForType == null) { in fireCallbacksForType()314 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()318 callbacksForType.clear(); in fireCallbacksForType()
131 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local132 if (callbacksForType != null) { in onStartCommand()133 callbacksForType.add(callback); in onStartCommand()356 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local357 if (callbacksForType == null) { in fireCallbacksForType()362 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()366 callbacksForType.clear(); in fireCallbacksForType()