Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java96 int callbackIdentifier = callback.hashCode(); in notifyOnDataActivity() local
97 if (mCallbackFirstInvocationTracker.get(callbackIdentifier) in notifyOnDataActivity()
99 mCallbackFirstInvocationTracker.put(callbackIdentifier, false); in notifyOnDataActivity()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DEnvironmentImpl.java335 String callbackIdentifier = "passive:" + duration + "@" in startPassiveLocationListening() local
361 requestDelayedCallback(timeoutCallback, callbackIdentifier, duration); in startPassiveLocationListening()
363 return new BaseCancellable(callbackIdentifier) { in startPassiveLocationListening()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java2153 int callbackIdentifier = System.identityHashCode(callback); in unregisterNetworkRequestMatchCallback() local
2154 if (!sNetworkRequestMatchCallbackMap.contains(callbackIdentifier)) { in unregisterNetworkRequestMatchCallback()
2155 Log.w(TAG, "Unknown external callback " + callbackIdentifier); in unregisterNetworkRequestMatchCallback()
2159 sNetworkRequestMatchCallbackMap.get(callbackIdentifier)); in unregisterNetworkRequestMatchCallback()
2160 sNetworkRequestMatchCallbackMap.remove(callbackIdentifier); in unregisterNetworkRequestMatchCallback()
4912 int callbackIdentifier = System.identityHashCode(callback); in unregisterSoftApCallback() local
4913 if (!sSoftApCallbackMap.contains(callbackIdentifier)) { in unregisterSoftApCallback()
4914 Log.w(TAG, "Unknown external callback " + callbackIdentifier); in unregisterSoftApCallback()
4917 mService.unregisterSoftApCallback(sSoftApCallbackMap.get(callbackIdentifier)); in unregisterSoftApCallback()
4918 sSoftApCallbackMap.remove(callbackIdentifier); in unregisterSoftApCallback()
[all …]