Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java28 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()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java1267 case LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE: in onFailed()
1268 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.java2370 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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java43 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()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java7123 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in WifiManager.LocalOnlyHotspotCallback
/packages/modules/Wifi/framework/api/
Dcurrent.txt668 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt806 field TIRAMISU_0 int ERROR_INCOMPATIBLE_MODE = 3;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt211 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
/packages/services/Car/car-lib/api/
Dsystem-current.txt211 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
Dtest-current.txt214 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