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/Wifi/framework/java/android/net/wifi/
DWifiManager.java3319 int callbackIdentifier = System.identityHashCode(callback); in unregisterNetworkRequestMatchCallback() local
3320 if (!sNetworkRequestMatchCallbackMap.contains(callbackIdentifier)) { in unregisterNetworkRequestMatchCallback()
3321 Log.w(TAG, "Unknown external callback " + callbackIdentifier); in unregisterNetworkRequestMatchCallback()
3325 sNetworkRequestMatchCallbackMap.get(callbackIdentifier)); in unregisterNetworkRequestMatchCallback()
3326 sNetworkRequestMatchCallbackMap.remove(callbackIdentifier); in unregisterNetworkRequestMatchCallback()
4763 final int callbackIdentifier = System.identityHashCode(callback); in registerActiveCountryCodeChangedCallback() local
4768 sActiveCountryCodeChangedCallbackMap.put(callbackIdentifier, in registerActiveCountryCodeChangedCallback()
4773 sActiveCountryCodeChangedCallbackMap.remove(callbackIdentifier); in registerActiveCountryCodeChangedCallback()
4799 final int callbackIdentifier = System.identityHashCode(callback); in unregisterActiveCountryCodeChangedCallback() local
4802 if (!sActiveCountryCodeChangedCallbackMap.contains(callbackIdentifier)) { in unregisterActiveCountryCodeChangedCallback()
[all …]
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DEnvironmentImpl.java352 String callbackIdentifier = "passive:" + duration + "@" in startPassiveLocationListening() local
378 requestDelayedCallback(timeoutCallback, callbackIdentifier, duration); in startPassiveLocationListening()
380 return new BaseCancellable(callbackIdentifier) { in startPassiveLocationListening()