Home
last modified time | relevance | path

Searched refs:mStateController (Results 1 – 4 of 4) 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java41 private final StatusBarStateController mStateController; field in DynamicPrivacyController
65 mStateController = stateController; in DynamicPrivacyController()
113 int state = mStateController.getState(); in isInLockedDownShade()
/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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java60 @Mock private StatusBarStateController mStateController; field in NotificationRemoteInputManagerTest
80 mStateController, in setUp()