Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt101 keyguardUpdateMonitor.getUserUnlockedWithBiometricAndIsBypassing( in bindCoordinator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt664 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometricAndIsBypassing(any())) in onBeforeRenderList_deviceDynamicallyUnlocked_deviceBiometricBypassingLockScreen()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1438 public boolean getUserUnlockedWithBiometricAndIsBypassing(int userId) { in getUserUnlockedWithBiometricAndIsBypassing() method in KeyguardUpdateMonitor