Searched refs:sMockClock (Results 1 – 2 of 2) sorted by relevance
3556 sMockClock.install(); in testQueryContactStrequentFrequentOrder()3570 sMockClock.setCurrentTimeMillis(thirtyOneDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3576 sMockClock.setCurrentTimeMillis(fifteenDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3582 sMockClock.setCurrentTimeMillis(eightDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3593 sMockClock.setCurrentTimeMillis(fourDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3600 sMockClock.setCurrentTimeMillis(oneDayAgoInMillis); in testQueryContactStrequentFrequentOrder()3604 sMockClock.setCurrentTimeMillis(nowInMillis); in testQueryContactStrequentFrequentOrder()3716 sMockClock.install(); in testQueryDataUsageStat()3717 sMockClock.setCurrentTimeMillis(100); in testQueryDataUsageStat()3723 sMockClock.setCurrentTimeMillis(86400 + 123); in testQueryDataUsageStat()[all …]
129 protected static final MockClock sMockClock = new MockClock(); field in BaseContactsProvider2Test172 sMockClock.uninstall(); in tearDown()