Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java865 showActionToUnlock();
875 public void showActionToUnlock() { in showActionToUnlock() method in KeyguardIndicationController
989 boolean showActionToUnlock = in onBiometricHelp()
1001 } else if (showActionToUnlock) { in onBiometricHelp()
1034 showActionToUnlock(); in onBiometricError()
1117 showActionToUnlock(); in onBiometricAuthenticated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3404 mKeyguardIndicationController.showActionToUnlock(); in onUnlockHintStarted()