Home
last modified time | relevance | path

Searched defs:CountDownTimer (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DCountDownTimer.java46 public abstract class CountDownTimer { class
67 public CountDownTimer(long millisInFuture, long countDownInterval) { in CountDownTimer() method in CountDownTimer
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DProfiledWebView.java129 new CountDownTimer(LOAD_STALL_MILLIS, LOAD_STALL_MILLIS) { in startScrollTest() method
DProfileActivity.java161 new CountDownTimer(TIMED_RECORD_MILLIS, TIMED_RECORD_MILLIS) { in onPageFinished() method