Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskSupervisor.java384 private KeyguardController mKeyguardController; field in ActivityTaskSupervisor
406 mKeyguardController = new KeyguardController(mService, this); in initialize()
434 return mKeyguardController; in getKeyguardController()
763 if (mKeyguardController.checkKeyguardVisibility(r) && r.allowMoveToFront()) { in realStartActivityLocked()
DActivityTaskManagerService.java454 KeyguardController mKeyguardController; field in ActivityTaskManagerService
945 mKeyguardController = mTaskSupervisor.getKeyguardController(); in initialize()
2754 mKeyguardController.setKeyguardShown(keyguardShowing, aodShowing); in setLockScreenShown()
3319 mKeyguardController.keyguardGoingAway(flags); in keyguardGoingAway()
3743 return mKeyguardController.isKeyguardLocked(); in isKeyguardLocked()
5259 if (mKeyguardController.isKeyguardShowing(DEFAULT_DISPLAY)) { in notifyKeyguardTrustedChanged()
5890 if (mKeyguardController.isKeyguardLocked()) { in notifyLockedProfile()
6357 && !mKeyguardController.isKeyguardOrAodShowing(DEFAULT_DISPLAY) in canShowErrorDialogs()
DActivityClientController.java1108 mService.mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()
DDisplayPolicy.java1923 && (mService.mAtmService.mKeyguardController.isAodShowing()
DTask.java4174 mAtmService.mKeyguardController.isDisplayOccluded(DEFAULT_DISPLAY);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java813 mAtm.mKeyguardController.setKeyguardShown(true /* keyguardShowing */, in testOrientationDefinedByKeyguard()
818 mAtm.mKeyguardController.keyguardGoingAway(0 /* flags */); in testOrientationDefinedByKeyguard()