Searched refs:ERROR_INCOMPATIBLE_MODE (Results 1 – 11 of 11) sorted by relevance
28 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;846 .thenReturn(ERROR_INCOMPATIBLE_MODE); in testCorrectLooperIsUsedForHandler()849 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCorrectLooperIsUsedForHandler()866 .thenReturn(ERROR_INCOMPATIBLE_MODE); in testMainLooperIsUsedWhenHandlerNotProvided()869 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testMainLooperIsUsedWhenHandlerNotProvided()1019 .thenReturn(ERROR_INCOMPATIBLE_MODE); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()1022 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()1136 .thenReturn(ERROR_INCOMPATIBLE_MODE); in testCancelAfterLocalOnlyHotspotCallbackTriggered()1139 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
1349 case LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE: in onFailed()1350 reason = ProjectionAccessPointCallback.ERROR_INCOMPATIBLE_MODE; in onFailed()
774 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in CarProjectionManager.ProjectionAccessPointCallback
2787 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in updateInterfaceIpState()2966 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in stopAll()3257 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()3265 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
43 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;3702 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()3810 assertEquals(ERROR_INCOMPATIBLE_MODE, returnCode); in testHotspotDoesNotStartWhenAlreadyTethering()4753 verify(mLohsCallback).onHotspotFailed(ERROR_INCOMPATIBLE_MODE); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()13373 verify(mRequestInfo).sendHotspotFailedMessage(eq(ERROR_INCOMPATIBLE_MODE)); in testCustomLohs_NotExclusive5GConfigButNewRequestorHigherPriority()
7322 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in WifiManager.LocalOnlyHotspotCallback
700 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
177 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
180 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