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.java125 Intent newIntent = mUpdateMonitor.getSecondaryLockscreenRequirement(userId);
DKeyguardSecurityContainerController.java901 mUpdateMonitor.getSecondaryLockscreenRequirement(targetUserId); in showNextSecurityScreenOrFinish()
DKeyguardUpdateMonitor.java1492 public Intent getSecondaryLockscreenRequirement(int userId) { in getSecondaryLockscreenRequirement() method in KeyguardUpdateMonitor
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java1313 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()
1321 Intent storedIntent = mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user); in testSecondaryLockscreenRequirement()
1328 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()