Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java567 getCurrentSecurityController(controller -> controller.onPause()); in onPause()
603 getCurrentSecurityController(controller -> controller.showPromptReason(reason)); in showPromptReason()
610 getCurrentSecurityController( in showMessage()
738 getCurrentSecurityController(controller -> controller.onResume(reason)); in onResume()
776 getCurrentSecurityController(controller -> controller.startAppearAnimation()); in startAppearAnimation()
788 getCurrentSecurityController( in startDisappearAnimation()
802 getCurrentSecurityController(controller -> controller.onStartingToHide()); in onStartingToHide()
1060 getCurrentSecurityController(oldView -> oldView.onPause()); in showSecurityScreen()
1064 getCurrentSecurityController( in showSecurityScreen()
1170 private void getCurrentSecurityController( in getCurrentSecurityController() method