Searched defs:fakeClock (Results 1 – 11 of 11) sorted by relevance
272 AutomaticStorageManagementJobService.Clock fakeClock = in disableSmartStorageIfPastThreshold() local293 AutomaticStorageManagementJobService.Clock fakeClock = in dontDisableSmartStorageIfPastThresholdAndDisabledInThePast() local312 AutomaticStorageManagementJobService.Clock fakeClock = in logDisabledByPolicyIfPastThreshold() local332 AutomaticStorageManagementJobService.Clock fakeClock = in dontDisableSmartStorageIfNotPastThreshold() local
53 public final FakeClock fakeClock; field in FakeEpgReader55 public FakeEpgReader(FakeClock fakeClock) { in FakeEpgReader()
65 public final FakeClock fakeClock = FakeClock.createWithCurrentTime(); field in TestSingletonApp
111 Clock fakeClock = Clock.fixed(mTimeStamp, ZoneId.of("UTC")); in setUp() local
141 Clock fakeClock = Clock.fixed(mTimeStamp, ZoneId.of("UTC")); in setUp() local
142 Clock fakeClock = Clock.fixed(mTimeStamp, ZoneId.of("UTC")); in setUp() local
77 FakeClock fakeClock = FakeClock.createWithCurrentTime(); in setUp() local
54 public final FakeClock fakeClock = FakeClock.createWithCurrentTime(); field in MockTvSingletons
159 Clock fakeClock = Clock.fixed(mTimeStamp, ZoneId.of("UTC")); in initialiseExportManager() local
169 Clock fakeClock = Clock.fixed(timeStamp, ZoneId.of("UTC")); in setUp() local
492 final FakeClock fakeClock = new FakeClock(); in insertBatteryState() local