Home
last modified time | relevance | path

Searched refs:EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DDppMetrics.java29 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()
DDppManager.java970 .EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE; in getFailureStatusCodeOnEnrolleeInCompatibleWithNetwork()
1005 EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE; in onFailure()
/packages/modules/Wifi/framework/java/android/net/wifi/
DEasyConnectStatusCallback.java120 public static final int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE = -3; field in EasyConnectStatusCallback
186 EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE,
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDppMetricsTest.java29 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()
DDppManagerTest.java46 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()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppAddDeviceFragment.java183 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in showErrorUi()
276 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in hasRetryButton()
DWifiDppQrCodeScannerFragment.java667 case EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: in onFailure()
/packages/modules/Wifi/framework/api/
Dcurrent.txt15 field public static final int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE = -3; // 0xfffffffd
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto3195 EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE = 3; enumerator