Home
last modified time | relevance | path

Searched defs:notifyKeyguardAuthenticated (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DKeyguardBouncerViewModel.kt81 fun notifyKeyguardAuthenticated() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java159 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt272 fun notifyKeyguardAuthenticated(strongAuth: Boolean) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java1356 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in StatusBarKeyguardViewManager