Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2962 sMockClock.install(); in testQueryContactStrequentFrequentOrder()
2976 sMockClock.setCurrentTimeMillis(thirtyOneDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
2982 sMockClock.setCurrentTimeMillis(fifteenDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
2988 sMockClock.setCurrentTimeMillis(eightDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
2997 sMockClock.setCurrentTimeMillis(fourDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
3004 sMockClock.setCurrentTimeMillis(oneDayAgoInMillis); in testQueryContactStrequentFrequentOrder()
3008 sMockClock.setCurrentTimeMillis(nowInMillis); in testQueryContactStrequentFrequentOrder()
3128 sMockClock.install(); in testQueryDataUsageStat()
3129 sMockClock.setCurrentTimeMillis(100); in testQueryDataUsageStat()
3135 sMockClock.setCurrentTimeMillis(111); in testQueryDataUsageStat()
[all …]
DBaseContactsProvider2Test.java112 protected static final MockClock sMockClock = new MockClock(); field in BaseContactsProvider2Test
144 sMockClock.uninstall(); in tearDown()