Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java151 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local
152 if (callbacksForType != null) { in onStartCommand()
153 callbacksForType.add(callback); in onStartCommand()
308 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local
309 if (callbacksForType == null) { in fireCallbacksForType()
314 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()
318 callbacksForType.clear(); in fireCallbacksForType()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java131 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in onStartCommand() local
132 if (callbacksForType != null) { in onStartCommand()
133 callbacksForType.add(callback); in onStartCommand()
356 List<ResultReceiver> callbacksForType = mPendingCallbacks.get(type); in fireCallbacksForType() local
357 if (callbacksForType == null) { in fireCallbacksForType()
362 for (ResultReceiver callback : callbacksForType) { in fireCallbacksForType()
366 callbacksForType.clear(); in fireCallbacksForType()