Home
last modified time | relevance | path

Searched refs:SAP_START_FAILURE_GENERAL (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java217 WifiManager.SAP_START_FAILURE_GENERAL); in startSoftApDefaultConfigFailedToLoad()
227 WIFI_AP_STATE_ENABLING, WifiManager.SAP_START_FAILURE_GENERAL, TEST_INTERFACE_NAME, in startSoftApDefaultConfigFailedToLoad()
260 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
266 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
270 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
302 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
308 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, "", in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
312 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
354 WIFI_AP_STATE_ENABLING, WifiManager.SAP_START_FAILURE_GENERAL, TEST_INTERFACE_NAME, in startSoftApOn5GhzFailGeneralErrorForNoCountryCode()
401 WIFI_AP_STATE_ENABLING, WifiManager.SAP_START_FAILURE_GENERAL, TEST_INTERFACE_NAME, in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
[all …]
DWifiServiceImplTest.java30 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL;
720 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_ENABLING, SAP_START_FAILURE_GENERAL, in testSetWifiEnabledFromNetworkSettingsHolderWhenApEnabled() local
748 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_ENABLING, SAP_START_FAILURE_GENERAL, in testSetWifiEnabledFromAppFailsWhenApEnabled() local
989 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testGetWifiApEnabled() local
1957 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local
DWifiMetricsTest.java727 mWifiMetrics.incrementSoftApStartResult(false, WifiManager.SAP_START_FAILURE_GENERAL); in setAndIncrementMetrics()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java370 WifiManager.SAP_START_FAILURE_GENERAL); in processMessage()
372 false, WifiManager.SAP_START_FAILURE_GENERAL); in processMessage()
379 int failureReason = WifiManager.SAP_START_FAILURE_GENERAL; in processMessage()
643 WifiManager.SAP_START_FAILURE_GENERAL); in processMessage()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java27 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL;
787 callbackCaptor.getValue().onStateChanged(WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL); in softApCallbackProxyCallsOnMultipleUpdates()
792 verify(mSoftApCallback).onStateChanged(WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL); in softApCallbackProxyCallsOnMultipleUpdates()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java616 SAP_START_FAILURE_GENERAL,
627 public static final int SAP_START_FAILURE_GENERAL= 0; field in WifiManager