Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAdminSecondaryLockScreenController.java113 Intent newIntent = mUpdateMonitor.getSecondaryLockscreenRequirement(userId);
DKeyguardSecurityContainerController.java397 mUpdateMonitor.getSecondaryLockscreenRequirement(targetUserId); in showNextSecurityScreenOrFinish()
DKeyguardUpdateMonitor.java1190 public Intent getSecondaryLockscreenRequirement(int userId) { in getSecondaryLockscreenRequirement() method in KeyguardUpdateMonitor
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java831 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()
839 Intent storedIntent = mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user); in testSecondaryLockscreenRequirement()
846 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()