Home
last modified time | relevance | path

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

/frameworks/base/packages/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.java74 private final ArrayMap<TetheringEventCallback, ITetheringEventCallback>
426 private class TetheringCallbackInternal extends ITetheringEventCallback.Stub {
1045 final ITetheringEventCallback remoteCallback = new ITetheringEventCallback.Stub() {
1160 ITetheringEventCallback remoteCallback = mTetheringEventCallbacks.remove(callback);
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java37 import android.net.ITetheringEventCallback;
167 public void registerTetheringEventCallback(ITetheringEventCallback callback, in registerTetheringEventCallback()
179 public void unregisterTetheringEventCallback(ITetheringEventCallback callback, in unregisterTetheringEventCallback()
DTethering.java82 import android.net.ITetheringEventCallback;
204 private final RemoteCallbackList<ITetheringEventCallback> mTetheringEventCallbacks =
242 private ITetheringEventCallback mTetheringEventCallback = null;
2067 void registerTetheringEventCallback(ITetheringEventCallback callback) { in registerTetheringEventCallback()
2108 void unregisterTetheringEventCallback(ITetheringEventCallback callback) { in unregisterTetheringEventCallback()
/frameworks/base/packages/Tethering/common/TetheringLib/
DAndroid.bp49 "src/android/net/ITetheringEventCallback.aidl",
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java38 import android.net.ITetheringEventCallback;
65 @Mock private ITetheringEventCallback mITetheringEventCallback;
DTetheringTest.java94 import android.net.ITetheringEventCallback;
1224 private class TestTetheringEventCallback extends ITetheringEventCallback.Stub {