Searched refs:mKeyguardController (Results 1 – 3 of 3) sorted by relevance
414 private KeyguardController mKeyguardController; field in ActivityTestsBase.TestActivityStackSupervisor421 mKeyguardController = mock(KeyguardController.class); in TestActivityStackSupervisor()433 return mKeyguardController; in getKeyguardController()
568 private KeyguardController mKeyguardController; field in ActivityStackSupervisor622 mKeyguardController = new KeyguardController(mService, this); in initialize()638 return mKeyguardController; in getKeyguardController()
693 private final KeyguardController mKeyguardController; field in ActivityManagerService829 && !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()