HomeSort by relevance Sort by last modified time
    Searched refs:summaryShowEntryValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
LockScreenNotificationPreferenceController.java 117 String summaryShowEntryValue =
120 values.add(summaryShowEntryValue);
121 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue,
161 String summaryShowEntryValue = Integer.toString(
164 values.add(summaryShowEntryValue);
165 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue,
VisibilityPreferenceController.java 77 final String summaryShowEntryValue =
80 values.add(summaryShowEntryValue);
82 summaryShowEntryValue,

Completed in 102 milliseconds