Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1149 Intent oldIntent = mSecondaryLockscreenRequirement.get(userId); in updateSecondaryLockscreenRequirement() local
1153 if (enabled && (oldIntent == null)) { in updateSecondaryLockscreenRequirement()
1172 } else if (!enabled && (oldIntent != null)) { in updateSecondaryLockscreenRequirement()