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 | 213 WifiManager.SAP_START_FAILURE_GENERAL); in startSoftApDefaultConfigFailedToLoad() 223 WIFI_AP_STATE_ENABLING, WifiManager.SAP_START_FAILURE_GENERAL, TEST_INTERFACE_NAME, in startSoftApDefaultConfigFailedToLoad() 255 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 261 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 265 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 296 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 302 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, "", in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 306 WifiManager.SAP_START_FAILURE_GENERAL); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 346 WIFI_AP_STATE_ENABLING, WifiManager.SAP_START_FAILURE_GENERAL, TEST_INTERFACE_NAME, in startSoftApFailGeneralErrorForConfigChannel() 417 WifiManager.SAP_START_FAILURE_GENERAL); in startSoftApApInterfaceFailedToStart() [all …]
|
D | WifiServiceImplTest.java | 29 import static android.net.wifi.WifiManager.SAP_START_FAILURE_GENERAL; 502 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_ENABLING, SAP_START_FAILURE_GENERAL, in testSetWifiEnabledFromNetworkSettingsHolderWhenApEnabled() local 527 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_ENABLING, SAP_START_FAILURE_GENERAL, in testSetWifiEnabledFromAppFailsWhenApEnabled() local 898 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testGetWifiApEnabled() local 1652 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local
|
D | WifiMetricsTest.java | 546 mWifiMetrics.incrementSoftApStartResult(false, WifiManager.SAP_START_FAILURE_GENERAL); in setAndIncrementMetrics()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 340 WifiManager.SAP_START_FAILURE_GENERAL); in processMessage() 342 false, WifiManager.SAP_START_FAILURE_GENERAL); in processMessage() 349 int failureReason = WifiManager.SAP_START_FAILURE_GENERAL; in processMessage() 608 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; 751 callbackCaptor.getValue().onStateChanged(WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL); in softApCallbackProxyCallsOnMultipleUpdates() 756 verify(mSoftApCallback).onStateChanged(WIFI_AP_STATE_FAILED, SAP_START_FAILURE_GENERAL); in softApCallbackProxyCallsOnMultipleUpdates()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 515 SAP_START_FAILURE_GENERAL, 527 public static final int SAP_START_FAILURE_GENERAL= 0; field in WifiManager
|