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/ |
D | SoftApManagerTest.java | 217 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 …]
|
D | WifiServiceImplTest.java | 30 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
|
D | WifiMetricsTest.java | 727 mWifiMetrics.incrementSoftApStartResult(false, WifiManager.SAP_START_FAILURE_GENERAL); in setAndIncrementMetrics()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 370 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/ |
D | WifiManagerTest.java | 27 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/ |
D | WifiManager.java | 616 SAP_START_FAILURE_GENERAL, 627 public static final int SAP_START_FAILURE_GENERAL= 0; field in WifiManager
|