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 115 String summaryShowEntryValue =
118 values.add(summaryShowEntryValue);
119 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue,
159 String summaryShowEntryValue = Integer.toString(
162 values.add(summaryShowEntryValue);
163 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue,
NotificationSettingsBase.java 356 final String summaryShowEntryValue =
359 values.add(summaryShowEntryValue);
360 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue,

Completed in 78 milliseconds