Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl33 void onCallbackStopped(int errorCode); in onCallbackStopped() method
DTetheringManager.java438 public void onCallbackStopped(int errorCode) { in onCallbackStopped() method in TetheringManager.TetheringCallbackInternal
1103 public void onCallbackStopped(int errorCode) {
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java171 callback.onCallbackStopped(TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION); in registerTetheringEventCallback()
183 callback.onCallbackStopped(TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION); in unregisterTetheringEventCallback()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java386 verify(mITetheringEventCallback).onCallbackStopped( in testRegisterTetheringEventCallback()
413 verify(mITetheringEventCallback).onCallbackStopped( in testUnregisterTetheringEventCallback()
DTetheringTest.java1309 public void onCallbackStopped(int errorCode) { } in onCallbackStopped() method in TetheringTest.TestTetheringEventCallback