Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java113 public void expectTetheringFailed(final int expected) throws InterruptedException { in expectTetheringFailed() method in CtsTetheringUtils.StartTetheringCallback
/aosp12/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/
H A DTetheringManagerTest.java336 startTetheringCallback.expectTetheringFailed(TETHER_ERROR_NO_CHANGE_TETHERING_PERMISSION); in testEnableTetheringPermission()