Searched refs:callbacksForType (Results 1 – 1 of 1) sorted by relevance
100 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local101 if (callbacksForType != null) { in onStartCommand()102 callbacksForType.add(callback); in onStartCommand()282 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local283 if (callbacksForType == null) { in fireCallbacksForType()288 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()292 callbacksForType.clear(); in fireCallbacksForType()