Searched refs:EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION (Results 1 – 9 of 9) sorted by relevance
19 import static android.net.wifi.EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION;182 case EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION: in updateDppFailure()184 .EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION, in updateDppFailure()186 .EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION) + 1); in updateDppFailure()
1000 EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION; in onFailure()
115 public static final int EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION = -2; field in EasyConnectStatusCallback185 EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION,
19 import static android.net.wifi.EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION;296 mDppMetrics.updateDppFailure(EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION); in testUpdateDppFailureAuthentication()300 checkDppFailures(WifiMetricsProto.WifiDppLog.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION, in testUpdateDppFailureAuthentication()
37 import static android.net.wifi.EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION;668 verify(mDppCallback).onFailure(eq(EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION), eq(null), in testStartDppAsConfiguratorInitiatorStartOnFailureCallback()674 .EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION)); in testStartDppAsConfiguratorInitiatorStartOnFailureCallback()718 verify(mDppCallback).onFailure(eq(EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION), eq(null), in testStartDppAsEnrolleeInitiatorStartCorrectlyOnFailureCallback()724 .EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION)); in testStartDppAsEnrolleeInitiatorStartCorrectlyOnFailureCallback()1238 verify(mDppCallback).onFailure(eq(EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION), in testStartDppAsEnrolleeResponderStartCorrectlyOnFailureCallback()1244 .EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION)); in testStartDppAsEnrolleeResponderStartCorrectlyOnFailureCallback()
178 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION: in showErrorUi()
663 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION: in onFailure()
5 field public static final int EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION = -2; // 0xfffffffe
3191 EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION = 2; enumerator