Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java23 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;
356 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCorrectLooperIsUsedForHandler()
359 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCorrectLooperIsUsedForHandler()
374 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testMainLooperIsUsedWhenHandlerNotProvided()
377 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testMainLooperIsUsedWhenHandlerNotProvided()
489 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()
492 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()
600 anyString())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
603 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java26 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;
1252 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()
1268 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfForegroundAppCheckThrowsRemoteException()
1283 assertEquals(ERROR_INCOMPATIBLE_MODE, returnCode); in testHotspotDoesNotStartWhenAlreadyTethering()
2055 assertEquals(ERROR_INCOMPATIBLE_MODE, message.arg1); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java966 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in updateInterfaceIpStateInternal()
1387 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
1391 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
1401 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java2582 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in LocalOnlyHotspotCallback
/frameworks/base/config/
Dhiddenapi-public-dex.txt26994 Landroid/net/wifi/WifiManager$LocalOnlyHotspotCallback;->ERROR_INCOMPATIBLE_MODE:I
/frameworks/base/api/
Dcurrent.txt28212 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3