Searched refs:mTetheringEventCallbacks (Results 1 – 3 of 3) sorted by relevance
225 private final RemoteCallbackList<ITetheringEventCallback> mTetheringEventCallbacks = field in Tethering2336 mTetheringEventCallbacks.register(callback, new CallbackCookie(hasListPermission)); in registerTetheringEventCallback()2373 mTetheringEventCallbacks.unregister(callback); in unregisterTetheringEventCallback()2378 final int length = mTetheringEventCallbacks.beginBroadcast(); in reportTetheringSupportedChange()2382 mTetheringEventCallbacks.getBroadcastItem(i).onSupportedTetheringTypes( in reportTetheringSupportedChange()2389 mTetheringEventCallbacks.finishBroadcast(); in reportTetheringSupportedChange()2394 final int length = mTetheringEventCallbacks.beginBroadcast(); in reportUpstreamChanged()2400 mTetheringEventCallbacks.getBroadcastItem(i).onUpstreamChanged(network); in reportUpstreamChanged()2406 mTetheringEventCallbacks.finishBroadcast(); in reportUpstreamChanged()2414 final int length = mTetheringEventCallbacks.beginBroadcast(); in reportConfigurationChanged()[all …]
77 mTetheringEventCallbacks = new ArrayMap<>(); field in TetheringManager1306 synchronized (mTetheringEventCallbacks) {1307 if (mTetheringEventCallbacks.containsKey(callback)) {1425 mTetheringEventCallbacks.put(callback, remoteCallback);1460 synchronized (mTetheringEventCallbacks) {1461 ITetheringEventCallback remoteCallback = mTetheringEventCallbacks.remove(callback);
1080 synchronized (mTetheringEventCallbacks) { in getTetheringManager()2967 mTetheringEventCallbacks = new ArrayMap<>(); field in ConnectivityManager2997 synchronized (mTetheringEventCallbacks) { in registerTetheringEventCallback()2998 mTetheringEventCallbacks.put(callback, tetherCallback); in registerTetheringEventCallback()3018 synchronized (mTetheringEventCallbacks) { in unregisterTetheringEventCallback()3020 mTetheringEventCallbacks.remove(callback); in unregisterTetheringEventCallback()