Searched refs:sMockClock (Results 1 – 2 of 2) sorted by relevance
3664 sMockClock.install(); in testQueryContactStrequentFrequentOrder()3678 sMockClock.setCurrentTimeMillis(thirtyOneDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3684 sMockClock.setCurrentTimeMillis(fifteenDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3690 sMockClock.setCurrentTimeMillis(eightDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3701 sMockClock.setCurrentTimeMillis(fourDaysAgoInMillis); in testQueryContactStrequentFrequentOrder()3708 sMockClock.setCurrentTimeMillis(oneDayAgoInMillis); in testQueryContactStrequentFrequentOrder()3712 sMockClock.setCurrentTimeMillis(nowInMillis); in testQueryContactStrequentFrequentOrder()3824 sMockClock.install(); in testQueryDataUsageStat()3825 sMockClock.setCurrentTimeMillis(100); in testQueryDataUsageStat()3831 sMockClock.setCurrentTimeMillis(86400 + 123); in testQueryDataUsageStat()[all …]
117 protected static final MockClock sMockClock = new MockClock(); field in BaseContactsProvider2Test154 sMockClock.uninstall(); in tearDown()