Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java28 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()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java1349 case LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE: in onFailed()
1350 reason = ProjectionAccessPointCallback.ERROR_INCOMPATIBLE_MODE; in onFailed()
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java774 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in CarProjectionManager.ProjectionAccessPointCallback
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2787 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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java43 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()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java7322 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in WifiManager.LocalOnlyHotspotCallback
/packages/modules/Wifi/framework/api/
Dcurrent.txt700 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
/packages/services/Car/car-lib/api/
Dsystem-current.txt177 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
Dtest-current.txt180 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
Dsystem-lint-baseline.txt1260 …flaggedApi: android.car.CarProjectionManager.ProjectionAccessPointCallback#ERROR_INCOMPATIBLE_MODE:
1261 …edApi: field android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_INCOMPATIBLE_MODE
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt177 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3