Searched refs:EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE (Results 1 – 9 of 9) sorted by relevance
29 import static android.net.wifi.EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE;188 case EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in updateDppFailure()190 .EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE, in updateDppFailure()192 .EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE) + 1); in updateDppFailure()
970 .EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE; in getFailureStatusCodeOnEnrolleeInCompatibleWithNetwork()1005 EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE; in onFailure()
120 public static final int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE = -3; field in EasyConnectStatusCallback186 EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE,
29 import static android.net.wifi.EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE;315 mDppMetrics.updateDppFailure(EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE); in testUpdateDppFailureNotCompatible()319 checkDppFailures(WifiMetricsProto.WifiDppLog.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE, in testUpdateDppFailureNotCompatible()
46 import static android.net.wifi.EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE;823 testOnFailureCallback(NOT_COMPATIBLE, EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE); in testOnFailureCallbackNotCompatible()910 bandList, EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE); in testCannotFindNetworkErrCodeIsUpdatedToNotCompatibleOnSdkLevelLessThanS()924 bandList, EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE); in testCannotFindNetworkErrCodeIsUpdatedToNotCompatibleOnTargetSdkLessThanS()1058 && (appFailure == EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE in testOnFailureCallback()
183 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in showErrorUi()276 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in hasRetryButton()
667 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in onFailure()
15 field public static final int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE = -3; // 0xfffffffd
3195 EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE = 3; enumerator