Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DWifiConnScanReceiver.java92 int waitCount = 0; in doInBackground() local
97 if (waitCount >= 100) { in doInBackground()
101 waitCount += 1; in doInBackground()
104 waitCount = 0; in doInBackground()
DWifiGScanReceiver.java97 int waitCount = 0; in doInBackground() local
102 if (waitCount >= 100) { in doInBackground()
106 waitCount += 1; in doInBackground()
110 waitCount = 0; in doInBackground()