Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/scheduling/
DBaseTaskTestBase.java34 BaseTask.setClockForTesting(new TestClock()); in setUpBaseTaskTest()
39 BaseTask.setClockForTesting(new Clock()); in tearDownBaseTaskTest()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
DBaseTask.java201 static void setClockForTesting(Clock clock) { in setClockForTesting() method in BaseTask