Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java121 String summaryShowEntryValue = in initLockScreenNotificationPrefDisplay() local
124 values.add(summaryShowEntryValue); in initLockScreenNotificationPrefDisplay()
125 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockScreenNotificationPrefDisplay()
170 String summaryShowEntryValue = Integer.toString( in initLockscreenNotificationPrefForProfile() local
173 values.add(summaryShowEntryValue); in initLockscreenNotificationPrefForProfile()
174 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockscreenNotificationPrefForProfile()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java86 final String summaryShowEntryValue = in updateState() local
89 values.add(summaryShowEntryValue); in updateState()
91 summaryShowEntryValue, in updateState()