Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DWatchdogTest.java42 private TestClock mClock;
48 mClock = new TestClock(); in setUp()
136 private static class TestClock extends SimpleClock { class in WatchdogTest
139 TestClock() { in TestClock() method in WatchdogTest.TestClock
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DDropboxRateLimiterTest.java36 private TestClock mClock;
40 mClock = new TestClock(); in setUp()
167 private static class TestClock implements DropboxRateLimiter.Clock { class in DropboxRateLimiterTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
DScreenUndimDetectorTest.java73 private final TestClock mClock = new TestClock();
75 private static class TestClock extends ScreenUndimDetector.InternalClock { class in ScreenUndimDetectorTest
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DCrashRecoveryTest.java109 private final TestClock mTestClock = new TestClock();
616 private static class TestClock implements PackageWatchdog.SystemClock { class in CrashRecoveryTest
DPackageWatchdogTest.java110 private final TestClock mTestClock = new TestClock();
1963 private static class TestClock implements PackageWatchdog.SystemClock { class in PackageWatchdogTest
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncPredictorTest.cpp79 class TestClock : public Clock { class
81 TestClock() = default;
111 std::shared_ptr<TestClock> mClock{std::make_shared<TestClock>()};
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java267 private final TestClock mTestClock = new TestClock();
6609 private static class TestClock extends SimpleClock { class in ZenModeHelperTest
6612 private TestClock() { in TestClock() method in ZenModeHelperTest.TestClock