Searched refs:oldIntent (Results 1 – 1 of 1) sorted by relevance
1149 Intent oldIntent = mSecondaryLockscreenRequirement.get(userId); in updateSecondaryLockscreenRequirement() local1153 if (enabled && (oldIntent == null)) { in updateSecondaryLockscreenRequirement()1172 } else if (!enabled && (oldIntent != null)) { in updateSecondaryLockscreenRequirement()