Searched defs:onCallbackStopped (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ | ||
H A D | ITetheringEventCallback.aidl | 33 void onCallbackStopped(int errorCode); in onCallbackStopped() method |
H A D | TetheringManager.java | 441 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 D | TetheringTest.java | 1764 public void onCallbackStopped(int errorCode) { } in onCallbackStopped() method in TetheringTest.TestTetheringEventCallback |