Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DLauncherTaskbarUIController.java64 private TaskbarKeyguardController mKeyguardController; field in LauncherTaskbarUIController
90 mKeyguardController = taskbarControllers.taskbarKeyguardController; in init()
124 if (mKeyguardController.isScreenOff()) { in onLauncherResumedOrPaused()
129 mKeyguardController.setScreenOn(); in onLauncherResumedOrPaused()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java390 private KeyguardController mKeyguardController; field in ActivityTaskSupervisor
412 mKeyguardController = new KeyguardController(mService, this); in initialize()
440 return mKeyguardController; in getKeyguardController()
769 if (mKeyguardController.checkKeyguardVisibility(r) && r.allowMoveToFront()) { in realStartActivityLocked()
H A DActivityTaskManagerService.java457 KeyguardController mKeyguardController; field in ActivityTaskManagerService
982 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()
H A DActivityClientController.java1170 mService.mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()
H A DDisplayPolicy.java2101 && (mService.mAtmService.mKeyguardController.isAodShowing()
H A DRootWindowContainer.java3591 if (mService.mKeyguardController.isKeyguardLocked() && targetActivity != null
H A DTask.java3529 mAtmService.mKeyguardController.isDisplayOccluded(DEFAULT_DISPLAY);
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java825 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()