Home
last modified time | relevance | path

Searched refs:mStateController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DStateControllerTest.java66 private StateController mStateController; field in StateControllerTest
125 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()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java53 private final InsetsStateController mStateController; field in InsetsSourceProvider
75 mStateController = stateController; in InsetsSourceProvider()
141 mStateController.notifyControlChanged(mControllingWin); in onPostLayout()
230 mStateController.notifyControlRevoked(mControllingWin, InsetsSourceProvider.this); in onAnimationCancelled()