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.java3706 sMockClock.install(); in testQueryContactStrequentFrequentOrder()
3720 sMockClock.setCurrentTimeMillis(thirtyOneDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
3726 sMockClock.setCurrentTimeMillis(fifteenDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
3732 sMockClock.setCurrentTimeMillis(eightDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
3741 sMockClock.setCurrentTimeMillis(fourDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()
3748 sMockClock.setCurrentTimeMillis(oneDayAgoInMillis); in testQueryContactStrequentFrequentOrder()
3752 sMockClock.setCurrentTimeMillis(nowInMillis); in testQueryContactStrequentFrequentOrder()
3872 sMockClock.install(); in testQueryDataUsageStat()
3873 sMockClock.setCurrentTimeMillis(100); in testQueryDataUsageStat()
3879 sMockClock.setCurrentTimeMillis(111); in testQueryDataUsageStat()
[all …]
DBaseContactsProvider2Test.java115 protected static final MockClock sMockClock = new MockClock(); field in BaseContactsProvider2Test
146 sMockClock.uninstall(); in tearDown()