Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java549 getCurrentSecurityController(controller -> controller.onPause()); in onPause()
603 getCurrentSecurityController(controller -> controller.showPromptReason(reason)); in showPromptReason()
610 getCurrentSecurityController( in showMessage()
734 getCurrentSecurityController(controller -> controller.onResume(reason)); in onResume()
773 getCurrentSecurityController(controller -> controller.startAppearAnimation()); in startAppearAnimation()
785 getCurrentSecurityController( in startDisappearAnimation()
799 getCurrentSecurityController(controller -> controller.onStartingToHide()); in onStartingToHide()
1040 getCurrentSecurityController(oldView -> oldView.onPause()); in showSecurityScreen()
1044 getCurrentSecurityController( in showSecurityScreen()
1134 private void getCurrentSecurityController( in getCurrentSecurityController() method in KeyguardSecurityContainerController