Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java270 default void onFaceAuthEnabledChanged() {} in onFaceAuthEnabledChanged() method
H A DKeyguardStateControllerImpl.java215 new ArrayList<>(mCallbacks).forEach(Callback::onFaceAuthEnabledChanged); in notifyKeyguardFaceAuthEnabledChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java109 verify(callback).onFaceAuthEnabledChanged(); in testFaceAuthEnabledChanged_calledWhenFaceEnrollmentStateChanges()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt54 override fun onFaceAuthEnabledChanged() = notifyListeners()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassControllerTest.kt148 callback.value.onFaceAuthEnabledChanged()