Searched refs:waited (Results 1 – 4 of 4) sorted by relevance
40 var waited = 0L regex44 .that(waited <= maxWait)46 waited += rate48 Log.i(TAG, "Waiting for $description ($waited/$maxWait) #$count")
49 boolean waited = false; in run()56 if (!waited) { in run()62 waited = true; in run()72 waited = false; in run()
2370 final long waited = SystemClock.uptimeMillis() - startUptime; in getUiAutomation()2371 Log.e(TAG, "Unable to connect to UiAutomation. Waited for " + waited + " ms", e); in getUiAutomation()
907 > How long init waited for ueventd's coldboot phase to end.