Searched defs:mKeyguardController (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityTestsBase.java414 private KeyguardController mKeyguardController; field in class:ActivityTestsBase.TestActivityStackSupervisor
421 mKeyguardController = mock(KeyguardController.class);
433 return mKeyguardController;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java693 private final KeyguardController mKeyguardController; field in class:ActivityManagerService
829 && !mKeyguardController.isKeyguardOrAodShowing(DEFAULT_DISPLAY)
3025 mKeyguardController = null;
3130 mKeyguardController = mStackSupervisor.getKeyguardController();
7990 mKeyguardController.keyguardGoingAway(flags);
8001 return mKeyguardController.isKeyguardLocked();
13445 mKeyguardController.setKeyguardShown(keyguardShowing, aodShowing,
13470 if (mKeyguardController.isKeyguardLocked()) {
[all...]
H A DActivityStackSupervisor.java568 private KeyguardController mKeyguardController; field in class:ActivityStackSupervisor
622 mKeyguardController = new KeyguardController(mService, this);
638 return mKeyguardController;

Completed in 96 milliseconds