Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinator.kt72 keyguardUpdateMonitor.getUserUnlockedWithBiometricAndIsBypassing(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinatorTest.kt226 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometricAndIsBypassing(any()))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1605 public boolean getUserUnlockedWithBiometricAndIsBypassing(int userId) { in getUserUnlockedWithBiometricAndIsBypassing() method in KeyguardUpdateMonitor