Searched refs:mKeyguardController (Results 1 – 6 of 6) sorted by relevance
384 private KeyguardController mKeyguardController; field in ActivityTaskSupervisor406 mKeyguardController = new KeyguardController(mService, this); in initialize()434 return mKeyguardController; in getKeyguardController()763 if (mKeyguardController.checkKeyguardVisibility(r) && r.allowMoveToFront()) { in realStartActivityLocked()
454 KeyguardController mKeyguardController; field in ActivityTaskManagerService945 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()
1108 mService.mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()
1923 && (mService.mAtmService.mKeyguardController.isAodShowing()
4174 mAtmService.mKeyguardController.isDisplayOccluded(DEFAULT_DISPLAY);
813 mAtm.mKeyguardController.setKeyguardShown(true /* keyguardShowing */, in testOrientationDefinedByKeyguard()818 mAtm.mKeyguardController.keyguardGoingAway(0 /* flags */); in testOrientationDefinedByKeyguard()