Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DConnectUtil.kt53 private const val WIFI_ERROR_BUSY = 2 constant
132 if (error != WIFI_ERROR_IN_PROGRESS && error != WIFI_ERROR_BUSY) { in connectToWifiConfig()