Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java119 String summaryShowEntry = in initLockScreenNotificationPrefDisplay() local
123 entries.add(summaryShowEntry); in initLockScreenNotificationPrefDisplay()
125 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockScreenNotificationPrefDisplay()
166 String summaryShowEntry = devicePolicyManager in initLockscreenNotificationPrefForProfile() local
172 entries.add(summaryShowEntry); in initLockscreenNotificationPrefForProfile()
174 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockscreenNotificationPrefForProfile()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java84 final String summaryShowEntry = in updateState() local
88 entries.add(summaryShowEntry); in updateState()
90 setRestrictedIfNotificationFeaturesDisabled(pref, summaryShowEntry, in updateState()