Home
last modified time | relevance | path

Searched refs:START_RESULT_FAILURE_GENERAL (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java102 START_RESULT_FAILURE_GENERAL,
123 public static final int START_RESULT_FAILURE_GENERAL = 2; field in SoftApManager
1181 handleStartSoftApFailure(START_RESULT_FAILURE_GENERAL); in processMessageImpl()
1463 handleStartSoftApFailure(START_RESULT_FAILURE_GENERAL); in processMessageImpl()
DWifiMetrics.java9348 case SoftApManager.START_RESULT_FAILURE_GENERAL:
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java894 return SoftApManager.START_RESULT_FAILURE_GENERAL; in updateApChannelConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java793 assertEquals(SoftApManager.START_RESULT_FAILURE_GENERAL, in updateApChannelConfig5GBandNoCountryCode()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java615 eq(SoftApManager.START_RESULT_FAILURE_GENERAL), in startSoftApDefaultConfigFailedToLoad()
653 eq(SoftApManager.START_RESULT_FAILURE_GENERAL), in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()