Searched refs:mStateController (Results 1 – 2 of 2) 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()
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()