Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java220 private static class CallbackCookie { class in Tethering
223 private CallbackCookie(boolean hasListClientsPermission) { in CallbackCookie() method in Tethering.CallbackCookie
2391 mTetheringEventCallbacks.register(callback, new CallbackCookie(hasListPermission)); in registerTetheringEventCallback()
2502 final CallbackCookie cookie = in reportTetherClientsChanged()
2503 (CallbackCookie) mTetheringEventCallbacks.getBroadcastCookie(i); in reportTetherClientsChanged()