Searched refs:mStateController (Results 1 – 4 of 4) sorted by relevance
66 private StateController mStateController; field in StateControllerTest125 mStateController = new TestStateController(mJobSchedulerService); in setUp()149 assertFalse(mStateController.wouldBeReadyWithConstraintLocked(job, 1)); in testWouldBeReadyWithConstraintLocked()153 assertFalse(mStateController.wouldBeReadyWithConstraintLocked(job, 1)); in testWouldBeReadyWithConstraintLocked()157 assertTrue(mStateController.wouldBeReadyWithConstraintLocked(job, 1)); in testWouldBeReadyWithConstraintLocked()
41 private final StatusBarStateController mStateController; field in DynamicPrivacyController65 mStateController = stateController; in DynamicPrivacyController()113 int state = mStateController.getState(); in isInLockedDownShade()
53 private final InsetsStateController mStateController; field in InsetsSourceProvider75 mStateController = stateController; in InsetsSourceProvider()141 mStateController.notifyControlChanged(mControllingWin); in onPostLayout()230 mStateController.notifyControlRevoked(mControllingWin, InsetsSourceProvider.this); in onAnimationCancelled()
60 @Mock private StatusBarStateController mStateController; field in NotificationRemoteInputManagerTest80 mStateController, in setUp()