Home
last modified time | relevance | path

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

/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java160 Stopwatch stopwatch = Stopwatch.createStarted(); in waitForFileDeleted() local
165 if (stopwatch.elapsed().compareTo(timeout) > 0) { in waitForFileDeleted()