Home
last modified time | relevance | path

Searched refs:ITetheringEventCallback (Results 1 – 8 of 8) 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()
DTetheringManager.java74 private final ArrayMap<TetheringEventCallback, ITetheringEventCallback>
429 private class TetheringCallbackInternal extends ITetheringEventCallback.Stub {
1209 final ITetheringEventCallback remoteCallback = new ITetheringEventCallback.Stub() {
1335 ITetheringEventCallback remoteCallback = mTetheringEventCallbacks.remove(callback);
DITetheringEventCallback.aidl29 oneway interface ITetheringEventCallback interface
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java37 import android.net.ITetheringEventCallback;
162 public void registerTetheringEventCallback(ITetheringEventCallback callback, in registerTetheringEventCallback()
174 public void unregisterTetheringEventCallback(ITetheringEventCallback callback, in unregisterTetheringEventCallback()
DTethering.java87 import android.net.ITetheringEventCallback;
219 private final RemoteCallbackList<ITetheringEventCallback> mTetheringEventCallbacks =
2192 void registerTetheringEventCallback(ITetheringEventCallback callback) { in registerTetheringEventCallback()
2233 void unregisterTetheringEventCallback(ITetheringEventCallback callback) { in unregisterTetheringEventCallback()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java41 import android.net.ITetheringEventCallback;
69 @Mock private ITetheringEventCallback mITetheringEventCallback;
DTetheringTest.java125 import android.net.ITetheringEventCallback;
1670 private class TestTetheringEventCallback extends ITetheringEventCallback.Stub {
/packages/modules/Connectivity/Tethering/common/TetheringLib/
DAndroid.bp54 "src/android/net/ITetheringEventCallback.aidl",