Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsTimerTest.java38 class TestTimer extends Timer { class in BatteryStatsTimerTest
44 TestTimer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { in TestTimer() method in BatteryStatsTimerTest.TestTimer
48 TestTimer(Clocks clocks, int type, TimeBase timeBase) { in TestTimer() method in BatteryStatsTimerTest.TestTimer
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestTimer.java30 public class TestTimer extends Timer { class
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java237 static class TestTimer { class in AlarmManagerServiceTest