Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java152 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local
153 if (callbacksForType != null) { in onStartCommand()
154 callbacksForType.add(callback); in onStartCommand()
310 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local
311 if (callbacksForType == null) { in fireCallbacksForType()
316 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()
320 callbacksForType.clear(); in fireCallbacksForType()