Searched refs:SAP_START_FAILURE_GENERAL (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | WifiTetherPreferenceController.java | 20 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 241 handleWifiApStateChanged(wifiApState, SAP_START_FAILURE_GENERAL); in updateSwitch()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 599 WifiManager.SAP_START_FAILURE_GENERAL, TEST_TETHERING_REQUEST, null))); in startSoftApDefaultConfigFailedToLoad() 612 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in startSoftApDefaultConfigFailedToLoad() 635 WifiManager.SAP_START_FAILURE_GENERAL, TEST_TETHERING_REQUEST, null))); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 647 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 651 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 677 WifiManager.SAP_START_FAILURE_GENERAL, TEST_TETHERING_REQUEST, null))); in testStartSoftApNotPossibleToCreateApInterfaceIncrementsMetrics() 689 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testStartSoftApNotPossibleToCreateApInterfaceIncrementsMetrics() 693 WifiManager.SAP_START_FAILURE_GENERAL); in testStartSoftApNotPossibleToCreateApInterfaceIncrementsMetrics() 714 WifiManager.WIFI_AP_STATE_FAILED, WifiManager.SAP_START_FAILURE_GENERAL, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 728 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, "", in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() [all …]
|
D | ActiveModeWardenTest.java | 19 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 2286 .isEqualTo(SAP_START_FAILURE_GENERAL); in testSoftApModeDoesNotToggleOnWhenInEcm() 2288 .isEqualTo(SAP_START_FAILURE_GENERAL); in testSoftApModeDoesNotToggleOnWhenInEcm() 2304 .isEqualTo(SAP_START_FAILURE_GENERAL); in testSoftApModeDoesNotToggleOnWhenInEcm() 2306 .isEqualTo(SAP_START_FAILURE_GENERAL); in testSoftApModeDoesNotToggleOnWhenInEcm()
|
D | WifiServiceImplTest.java | 48 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 1978 WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL, in testGetWifiApEnabled() 2437 SAP_START_FAILURE_GENERAL, TEST_TETHERING_REQUEST, null))); in testStartTetheredHotspotRequestWithUserRestriction() 3735 SAP_START_FAILURE_GENERAL, TEST_TETHERING_REQUEST, null))); in testStartTetheredHotspotRequestDoesNotStartWhenAlreadyTetheringActive() 4372 changeLohsState(WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()
|
D | WifiMetricsTest.java | 946 mWifiMetrics.incrementSoftApStartResult(false, WifiManager.SAP_START_FAILURE_GENERAL); in setAndIncrementMetrics()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 904 int wifiManagerFailureReason = WifiManager.SAP_START_FAILURE_GENERAL; in handleStartSoftApFailure() 2087 WifiManager.SAP_START_FAILURE_GENERAL); in processMessageImpl()
|
D | ActiveModeWarden.java | 21 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 2058 WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL, in processMessageInEmergencyMode()
|
D | WifiServiceImpl.java | 31 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 1797 SAP_START_FAILURE_GENERAL, request, null)); in startTetheredHotspotRequest() 1822 SAP_START_FAILURE_GENERAL, modeConfig.getTetheringRequest(), null)); in startTetheredHotspotInternal() 1871 SAP_START_FAILURE_GENERAL, in startSoftApInternal() 2504 WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL, in startForFirstRequestLocked()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 33 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 1828 SoftApState state1 = new SoftApState(WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL, in softApCallbackProxyCallsOnMultipleUpdates()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiManager.java | 1307 SAP_START_FAILURE_GENERAL, 1323 public static final int SAP_START_FAILURE_GENERAL= 0; field in WifiManager
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 931 field public static final int SAP_START_FAILURE_GENERAL = 0; // 0x0
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1883 Landroid/net/wifi/WifiManager;->SAP_START_FAILURE_GENERAL:I
|