Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java83 public static class OnTetheringFailed extends CallbackValue { class in CtsTetheringUtils.StartTetheringCallback.CallbackValue
84 OnTetheringFailed(final int error) { super(error); } in OnTetheringFailed() method in CtsTetheringUtils.StartTetheringCallback.CallbackValue.OnTetheringFailed
103 mHistory.add(new CallbackValue.OnTetheringFailed(error)); in onTetheringFailed()
117 (cv instanceof CallbackValue.OnTetheringFailed) && (cv.error == expected)); in expectTetheringFailed()