Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl33 void onCallbackStopped(int errorCode); in onCallbackStopped() method
DTetheringManager.java531 public void onCallbackStopped(int errorCode) { in onCallbackStopped() method in TetheringManager.TetheringCallbackInternal
1422 public void onCallbackStopped(int errorCode) {
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java168 callback.onCallbackStopped(TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION); in registerTetheringEventCallback()
180 callback.onCallbackStopped(TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION); in unregisterTetheringEventCallback()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java474 verify(mITetheringEventCallback).onCallbackStopped( in testRegisterTetheringEventCallback()
507 verify(mITetheringEventCallback).onCallbackStopped( in testUnregisterTetheringEventCallback()
DTetheringTest.java2255 public void onCallbackStopped(int errorCode) { } in onCallbackStopped() method in TetheringTest.TestTetheringEventCallback