Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java27 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;
756 nullable(String.class), eq(null))).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCorrectLooperIsUsedForHandler()
759 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCorrectLooperIsUsedForHandler()
775 nullable(String.class), eq(null))).thenReturn(ERROR_INCOMPATIBLE_MODE); in testMainLooperIsUsedWhenHandlerNotProvided()
778 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testMainLooperIsUsedWhenHandlerNotProvided()
922 nullable(String.class), eq(null))).thenReturn(ERROR_INCOMPATIBLE_MODE); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()
925 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testLocalOnlyHotspotCallbackFullOnIncompatibleMode()
1034 nullable(String.class), eq(null))).thenReturn(ERROR_INCOMPATIBLE_MODE); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
1037 assertEquals(ERROR_INCOMPATIBLE_MODE, callback.mFailureReason); in testCancelAfterLocalOnlyHotspotCallbackTriggered()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarProjectionService.java686 case LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE: in startLocalOnlyApLocked()
687 reason = ProjectionAccessPointCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyApLocked()
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarProjectionManager.java711 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in CarProjectionManager.ProjectionAccessPointCallback
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1634 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in updateInterfaceIpState()
1792 LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE); in stopAll()
2063 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
2075 return LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE; in startLocalOnlyHotspot()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java35 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE;
2872 assertEquals(LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE, result); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()
2947 assertEquals(ERROR_INCOMPATIBLE_MODE, returnCode); in testHotspotDoesNotStartWhenAlreadyTethering()
3936 verify(mLohsCallback).onHotspotFailed(ERROR_INCOMPATIBLE_MODE); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiManager.java5015 public static final int ERROR_INCOMPATIBLE_MODE = 3; field in WifiManager.LocalOnlyHotspotCallback
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt508 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt134 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...