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.java275 public void onBiometricAuthModeChanged(boolean wakeAndUnlock) { in onBiometricAuthModeChanged() method in StatusBarWindowView
277 mLockIcon.onBiometricAuthModeChanged(wakeAndUnlock); in onBiometricAuthModeChanged()
DLockIcon.java457 public void onBiometricAuthModeChanged(boolean wakeAndUnlock) { in onBiometricAuthModeChanged() method in LockIcon
DStatusBar.java3811 mStatusBarWindow.onBiometricAuthModeChanged(mBiometricUnlockController.isWakeAndUnlock()); in notifyBiometricAuthModeChanged()