Searched refs:mKeyguardController (Results 1 – 3 of 3) sorted by relevance
629 private KeyguardController mKeyguardController; field in ActivityTestsBase.TestActivityStackSupervisor635 mKeyguardController = mock(KeyguardController.class); in TestActivityStackSupervisor()642 doReturn(mKeyguardController).when(this).getKeyguardController(); in TestActivityStackSupervisor()651 return mKeyguardController; in getKeyguardController()
457 KeyguardController mKeyguardController; field in ActivityTaskManagerService831 mKeyguardController = mStackSupervisor.getKeyguardController(); in initialize()3312 mKeyguardController.setKeyguardShown(keyguardShowing, aodShowing); in setLockScreenShown()3861 mKeyguardController.keyguardGoingAway(flags); in keyguardGoingAway()4492 mKeyguardController.dismissKeyguard(token, callback, message); in dismissKeyguard()4862 return mKeyguardController.isKeyguardLocked(); in isKeyguardLocked()6245 if (mKeyguardController.isKeyguardShowing(DEFAULT_DISPLAY)) { in notifyKeyguardTrustedChanged()6887 if (mKeyguardController.isKeyguardLocked()) { in notifyLockedProfile()7378 && !mKeyguardController.isKeyguardOrAodShowing(DEFAULT_DISPLAY) in canShowErrorDialogs()
389 private KeyguardController mKeyguardController; field in ActivityStackSupervisor444 mKeyguardController = new KeyguardController(mService, this); in initialize()469 return mKeyguardController; in getKeyguardController()