Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java107 START_RESULT_FAILURE_INTERFACE_CONFLICT_USER_REJECTED,
133 public static final int START_RESULT_FAILURE_INTERFACE_CONFLICT_USER_REJECTED = 7; field in SoftApManager
909 } else if (startResult == START_RESULT_FAILURE_INTERFACE_CONFLICT_USER_REJECTED) { in handleStartSoftApFailure()
1309 START_RESULT_FAILURE_INTERFACE_CONFLICT_USER_REJECTED); in processMessageImpl()
DWifiMetrics.java9359 case SoftApManager.START_RESULT_FAILURE_INTERFACE_CONFLICT_USER_REJECTED:
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java538 eq(SoftApManager.START_RESULT_FAILURE_INTERFACE_CONFLICT_USER_REJECTED), in startSoftApWithUserRejection()