Home
last modified time | relevance | path

Searched refs:mKeyguardController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java414 private KeyguardController mKeyguardController; field in ActivityTestsBase.TestActivityStackSupervisor
421 mKeyguardController = mock(KeyguardController.class); in TestActivityStackSupervisor()
433 return mKeyguardController; in getKeyguardController()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java568 private KeyguardController mKeyguardController; field in ActivityStackSupervisor
622 mKeyguardController = new KeyguardController(mService, this); in initialize()
638 return mKeyguardController; in getKeyguardController()
DActivityManagerService.java693 private final KeyguardController mKeyguardController; field in ActivityManagerService
829 && !mKeyguardController.isKeyguardOrAodShowing(DEFAULT_DISPLAY) in canShowErrorDialogs()
3025 mKeyguardController = null; in ActivityManagerService()
3130 mKeyguardController = mStackSupervisor.getKeyguardController(); in ActivityManagerService()
7990 mKeyguardController.keyguardGoingAway(flags); in keyguardGoingAway()
8001 return mKeyguardController.isKeyguardLocked(); in isKeyguardLocked()
13445 mKeyguardController.setKeyguardShown(keyguardShowing, aodShowing, in setLockScreenShown()
13470 if (mKeyguardController.isKeyguardLocked()) { in notifyLockedProfile()
26549 if (mKeyguardController.isKeyguardShowing(DEFAULT_DISPLAY)) { in notifyKeyguardTrustedChanged()
26983 mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()