Home
last modified time | relevance | path

Searched refs:callbacksForType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DTetherService.java100 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local
101 if (callbacksForType != null) { in onStartCommand()
102 callbacksForType.add(callback); in onStartCommand()
282 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local
283 if (callbacksForType == null) { in fireCallbacksForType()
288 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()
292 callbacksForType.clear(); in fireCallbacksForType()