Searched refs:mKeyguardController (Results 1 – 3 of 3) sorted by relevance
660 private KeyguardController mKeyguardController; field in ActivityTestsBase.TestActivityStackSupervisor666 mKeyguardController = mock(KeyguardController.class); in TestActivityStackSupervisor()673 doReturn(mKeyguardController).when(this).getKeyguardController(); in TestActivityStackSupervisor()682 return mKeyguardController; in getKeyguardController()
460 KeyguardController mKeyguardController; field in ActivityTaskManagerService834 mKeyguardController = mStackSupervisor.getKeyguardController(); in initialize()3334 mKeyguardController.setKeyguardShown(keyguardShowing, aodShowing); in setLockScreenShown()3888 mKeyguardController.keyguardGoingAway(flags); in keyguardGoingAway()4519 mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()4889 return mKeyguardController.isKeyguardLocked(); in isKeyguardLocked()6302 if (mKeyguardController.isKeyguardShowing(DEFAULT_DISPLAY)) { in notifyKeyguardTrustedChanged()6944 if (mKeyguardController.isKeyguardLocked()) { in notifyLockedProfile()7433 && !mKeyguardController.isKeyguardOrAodShowing(DEFAULT_DISPLAY) in canShowErrorDialogs()
396 private KeyguardController mKeyguardController; field in ActivityStackSupervisor451 mKeyguardController = new KeyguardController(mService, this); in initialize()476 return mKeyguardController; in getKeyguardController()