Searched refs:ERROR_INCOMPATIBLE_MODE (Results 1 – 6 of 6) sorted by relevance
23 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;393 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCorrectLooperIsUsedForHandler()396 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCorrectLooperIsUsedForHandler()411 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testMainLooperIsUsedWhenHandlerNotProvided()414 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testMainLooperIsUsedWhenHandlerNotProvided()526 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()529 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()637 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCancelAfterLocalOnlyHotspotCallbackTriggered()640 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
1040 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in updateInterfaceIpStateInternal()1464 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()1468 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()1480 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
27 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;1600 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()1613 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfInCryptDebounce()1650 assertEquals(ERROR_INCOMPATIBLE_MODE, returnCode); in testHotspotDoesNotStartWhenAlreadyTethering()2540 assertEquals(ERROR_INCOMPATIBLE_MODE, message.arg1); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()
3316 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in LocalOnlyHotspotCallback
30159 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
30303 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3