Searched refs:sMockClock (Results 1 – 2 of 2) sorted by relevance
3745 sMockClock.install(); in testQueryContactStrequentFrequentOrder()3759 sMockClock.setCurrentTimeMillis(thirtyOneDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3765 sMockClock.setCurrentTimeMillis(fifteenDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3771 sMockClock.setCurrentTimeMillis(eightDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3782 sMockClock.setCurrentTimeMillis(fourDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3789 sMockClock.setCurrentTimeMillis(oneDayAgoInMillis); in testQueryContactStrequentFrequentOrder()3793 sMockClock.setCurrentTimeMillis(nowInMillis); in testQueryContactStrequentFrequentOrder()3916 sMockClock.install(); in testQueryDataUsageStat()3917 sMockClock.setCurrentTimeMillis(100); in testQueryDataUsageStat()3923 sMockClock.setCurrentTimeMillis(86400 + 123); in testQueryDataUsageStat()[all …]
117 protected static final MockClock sMockClock = new MockClock(); field in BaseContactsProvider2Test154 sMockClock.uninstall(); in tearDown()