Searched refs:getSecondaryLockscreenRequirement (Results 1 – 4 of 4) sorted by relevance
125 Intent newIntent = mUpdateMonitor.getSecondaryLockscreenRequirement(userId);
901 mUpdateMonitor.getSecondaryLockscreenRequirement(targetUserId); in showNextSecurityScreenOrFinish()
1492 public Intent getSecondaryLockscreenRequirement(int userId) { in getSecondaryLockscreenRequirement() method in KeyguardUpdateMonitor
1313 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()1321 Intent storedIntent = mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user); in testSecondaryLockscreenRequirement()1328 assertThat(mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user)).isNull(); in testSecondaryLockscreenRequirement()