Home
last modified time | relevance | path

Searched defs:onCallbackStopped (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
H A DITetheringEventCallback.aidl33 void onCallbackStopped(int errorCode); in onCallbackStopped() method
H A DTetheringManager.java441 public void onCallbackStopped(int errorCode) { in onCallbackStopped() method in TetheringManager.TetheringCallbackInternal
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java1764 public void onCallbackStopped(int errorCode) { } in onCallbackStopped() method in TetheringTest.TestTetheringEventCallback