Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DAdminSecondaryLockScreenController.java113 Intent newIntent = mUpdateMonitor.getSecondaryLockscreenRequirement(userId);
H A DKeyguardSecurityContainerController.java432 mUpdateMonitor.getSecondaryLockscreenRequirement(targetUserId); in showNextSecurityScreenOrFinish()
H A DKeyguardUpdateMonitor.java1235 public Intent getSecondaryLockscreenRequirement(int userId) { in getSecondaryLockscreenRequirement() method in KeyguardUpdateMonitor
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java843 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()
851 Intent storedIntent = mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user); in testSecondaryLockscreenRequirement()
858 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()