Home
last modified time | relevance | path

Searched refs:START_RESULT_FAILURE_CREATE_INTERFACE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java109 START_RESULT_FAILURE_CREATE_INTERFACE,
137 public static final int START_RESULT_FAILURE_CREATE_INTERFACE = 9; field in SoftApManager
1327 handleStartSoftApFailure(START_RESULT_FAILURE_CREATE_INTERFACE); in processMessageImpl()
DWifiMetrics.java9363 case SoftApManager.START_RESULT_FAILURE_CREATE_INTERFACE:
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java734 eq(SoftApManager.START_RESULT_FAILURE_CREATE_INTERFACE), in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()