Searched refs:mFakeSystemClock (Results 1 – 6 of 6) sorted by relevance
74 private FakeSystemClock mFakeSystemClock = new FakeSystemClock(); field in VisualStabilityCoordinatorTest75 private FakeExecutor mFakeExecutor = new FakeExecutor(mFakeSystemClock);190 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testOverrideReorderingSuppression_onlySectionChangesAllowed()211 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.uptimeMillis()); in testTemporarilyAllowSectionChanges_callsInvalidate()225 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testTemporarilyAllowSectionChanges_noInvalidationCalled()240 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testTemporarilyAllowSectionChangesTimeout()270 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testTemporarilyAllowSectionChanges_isPulsingChangeBeforeTimeout()
76 private final FakeSystemClock mFakeSystemClock = new FakeSystemClock(); field in FalsingCollectorImplTest77 private final FakeExecutor mFakeExecutor = new FakeExecutor(mFakeSystemClock);89 mDockManager, mFakeExecutor, mFakeSystemClock); in setUp()
56 private final FakeSystemClock mFakeSystemClock = new FakeSystemClock(); field in DeviceStateRotationLockSettingControllerTest57 private final FakeExecutor mFakeExecutor = new FakeExecutor(mFakeSystemClock);
49 private final FakeSystemClock mFakeSystemClock = new FakeSystemClock(); field in NotificationTapHelperTest51 private final FakeExecutor mFakeExecutor = new FakeExecutor(mFakeSystemClock);
282 private final FakeSystemClock mFakeSystemClock = new FakeSystemClock(); field in StatusBarTest283 private FakeExecutor mMainExecutor = new FakeExecutor(mFakeSystemClock);284 private FakeExecutor mUiBgExecutor = new FakeExecutor(mFakeSystemClock);
106 private FakeSystemClock mFakeSystemClock = new FakeSystemClock(); field in CarrierTextManagerTest107 private FakeExecutor mMainExecutor = new FakeExecutor(mFakeSystemClock);108 private FakeExecutor mBgExecutor = new FakeExecutor(mFakeSystemClock);