Searched refs:mKeyguardController (Results 1 – 8 of 8) sorted by relevance
64 private TaskbarKeyguardController mKeyguardController; field in LauncherTaskbarUIController90 mKeyguardController = taskbarControllers.taskbarKeyguardController; in init()124 if (mKeyguardController.isScreenOff()) { in onLauncherResumedOrPaused()129 mKeyguardController.setScreenOn(); in onLauncherResumedOrPaused()
390 private KeyguardController mKeyguardController; field in ActivityTaskSupervisor412 mKeyguardController = new KeyguardController(mService, this); in initialize()440 return mKeyguardController; in getKeyguardController()769 if (mKeyguardController.checkKeyguardVisibility(r) && r.allowMoveToFront()) { in realStartActivityLocked()
457 KeyguardController mKeyguardController; field in ActivityTaskManagerService982 mKeyguardController = mTaskSupervisor.getKeyguardController(); in initialize()2811 mKeyguardController.setKeyguardShown(keyguardShowing, aodShowing); in setLockScreenShown()3376 mKeyguardController.keyguardGoingAway(flags); in keyguardGoingAway()3808 return mKeyguardController.isKeyguardLocked(); in isKeyguardLocked()5417 if (mKeyguardController.isKeyguardShowing(DEFAULT_DISPLAY)) { in notifyKeyguardTrustedChanged()6053 if (mKeyguardController.isKeyguardLocked()) { in notifyLockedProfile()6520 && !mKeyguardController.isKeyguardOrAodShowing(DEFAULT_DISPLAY) in canShowErrorDialogs()
1170 mService.mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()
2101 && (mService.mAtmService.mKeyguardController.isAodShowing()
3591 if (mService.mKeyguardController.isKeyguardLocked() && targetActivity != null
3529 mAtmService.mKeyguardController.isDisplayOccluded(DEFAULT_DISPLAY);
825 mAtm.mKeyguardController.setKeyguardShown(true /* keyguardShowing */, in testOrientationDefinedByKeyguard()830 mAtm.mKeyguardController.keyguardGoingAway(0 /* flags */); in testOrientationDefinedByKeyguard()2185 mAtm.mKeyguardController.setKeyguardShown(true /* keyguardShowing */, in testKeyguardGoingAwayWhileAodShown()2189 mAtm.mKeyguardController.keyguardGoingAway(0 /* flags */); in testKeyguardGoingAwayWhileAodShown()