Searched refs:ERROR_INCOMPATIBLE_MODE (Results 1 – 12 of 12) sorted by relevance
28 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;834 nullable(String.class), eq(null), any())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCorrectLooperIsUsedForHandler()837 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCorrectLooperIsUsedForHandler()853 nullable(String.class), eq(null), any())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testMainLooperIsUsedWhenHandlerNotProvided()856 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testMainLooperIsUsedWhenHandlerNotProvided()1000 nullable(String.class), eq(null), any())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()1003 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()1112 nullable(String.class), eq(null), any())).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCancelAfterLocalOnlyHotspotCallbackTriggered()1115 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
1267 case LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE: in onFailed()1268 reason = ProjectionAccessPointCallback.ERROR_INCOMPATIBLE_MODE; in onFailed()
774 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in CarProjectionManager.ProjectionAccessPointCallback
2370 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in updateInterfaceIpState()2520 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in stopAll()2794 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()2802 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
43 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;3651 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()3759 assertEquals(ERROR_INCOMPATIBLE_MODE, returnCode); in testHotspotDoesNotStartWhenAlreadyTethering()4685 verify(mLohsCallback).onHotspotFailed(ERROR_INCOMPATIBLE_MODE); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()
7123 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in WifiManager.LocalOnlyHotspotCallback
668 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
806 field TIRAMISU_0 int ERROR_INCOMPATIBLE_MODE = 3;
211 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
214 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
1260 …flaggedApi: android.car.CarProjectionManager.ProjectionAccessPointCallback#ERROR_INCOMPATIBLE_MODE:1261 …edApi: field android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_INCOMPATIBLE_MODE