Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java90 public static class OnTetheringFailed extends CallbackValue { class in CtsTetheringUtils.StartTetheringCallback.CallbackValue
91 OnTetheringFailed(final int error) { super(error); } in OnTetheringFailed() method in CtsTetheringUtils.StartTetheringCallback.CallbackValue.OnTetheringFailed
110 mHistory.add(new CallbackValue.OnTetheringFailed(error)); in onTetheringFailed()
124 (cv instanceof CallbackValue.OnTetheringFailed) && (cv.error == expected)); in expectTetheringFailed()