Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java124 private boolean mUserUnlockedWithBiometric; field in LockIconViewController
198 mUserUnlockedWithBiometric = false; in onViewAttached()
259 mShowLockIcon = !mCanDismissLockScreen && !mUserUnlockedWithBiometric && isLockScreen() in updateVisibility()
261 mShowUnlockIcon = (mCanDismissLockScreen || mUserUnlockedWithBiometric) && isLockScreen(); in updateVisibility()
383 pw.println(" mUserUnlockedWithBiometric: " + mUserUnlockedWithBiometric); in dump()
470 final boolean wasUserUnlockedWithBiometric = mUserUnlockedWithBiometric;
471 mUserUnlockedWithBiometric =
491 if (wasUserUnlockedWithBiometric != mUserUnlockedWithBiometric
515 mUserUnlockedWithBiometric =