Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java277 public void onBiometricAuthModeChanged(boolean wakeAndUnlock, boolean isUnlock) { in onBiometricAuthModeChanged() method in StatusBarWindowView
279 mLockIcon.onBiometricAuthModeChanged(wakeAndUnlock, isUnlock); in onBiometricAuthModeChanged()
DLockIcon.java583 public void onBiometricAuthModeChanged(boolean wakeAndUnlock, boolean isUnlock) { in onBiometricAuthModeChanged() method in LockIcon
DStatusBar.java3957 mStatusBarWindow.onBiometricAuthModeChanged(mBiometricUnlockController.isWakeAndUnlock(), in notifyBiometricAuthModeChanged()