Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1417 int triedCount = 0; in startWifi() local
1418 while (triedCount <= START_HAL_RETRY_TIMES) { in startWifi()
1423 if (triedCount != 0) { in startWifi()
1425 + triedCount + " times"); in startWifi()
1437 triedCount++; in startWifi()
1444 Log.e(TAG, "Cannot start IWifi after trying " + triedCount + " times"); in startWifi()