Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringConnector.aidl19 import android.net.ITetheringEventCallback;
43 void registerTetheringEventCallback(ITetheringEventCallback callback, String callerPkg); in registerTetheringEventCallback()
45 void unregisterTetheringEventCallback(ITetheringEventCallback callback, String callerPkg); in unregisterTetheringEventCallback()
DITetheringEventCallback.aidl29 oneway interface ITetheringEventCallback interface
DTetheringManager.java87 private final ArrayMap<TetheringEventCallback, ITetheringEventCallback>
503 private static class TetheringCallbackInternal extends ITetheringEventCallback.Stub {
1353 final ITetheringEventCallback remoteCallback = new ITetheringEventCallback.Stub() {
1504 ITetheringEventCallback remoteCallback = mTetheringEventCallbacks.remove(callback);
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java46 import android.net.ITetheringEventCallback;
82 @Mock private ITetheringEventCallback mITetheringEventCallback;
627 final ArrayList<ITetheringEventCallback> callbacks = new ArrayList<>(); in testTetheringManagerLeak()
631 callbacks.add((ITetheringEventCallback) args[0]); in testTetheringManagerLeak()
638 callbacks.remove((ITetheringEventCallback) args[0]); in testTetheringManagerLeak()
DTetheringTest.java134 import android.net.ITetheringEventCallback;
2155 private class TestTetheringEventCallback extends ITetheringEventCallback.Stub {
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java39 import android.net.ITetheringEventCallback;
164 public void registerTetheringEventCallback(ITetheringEventCallback callback, in registerTetheringEventCallback()
176 public void unregisterTetheringEventCallback(ITetheringEventCallback callback, in unregisterTetheringEventCallback()
DTethering.java87 import android.net.ITetheringEventCallback;
229 private final RemoteCallbackList<ITetheringEventCallback> mTetheringEventCallbacks =
2382 void registerTetheringEventCallback(ITetheringEventCallback callback) { in registerTetheringEventCallback()
2426 void unregisterTetheringEventCallback(ITetheringEventCallback callback) { in unregisterTetheringEventCallback()