Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DLockScreenNotificationPreferenceController.java117 String summaryShowEntry = in initLockScreenNotificationPrefDisplay() local
121 entries.add(summaryShowEntry); in initLockScreenNotificationPrefDisplay()
123 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockScreenNotificationPrefDisplay()
161 String summaryShowEntry = mContext.getString( in initLockscreenNotificationPrefForProfile() local
165 entries.add(summaryShowEntry); in initLockscreenNotificationPrefForProfile()
167 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockscreenNotificationPrefForProfile()
DVisibilityPreferenceController.java77 final String summaryShowEntry = in updateState() local
81 entries.add(summaryShowEntry); in updateState()
83 setRestrictedIfNotificationFeaturesDisabled(pref, summaryShowEntry, in updateState()
/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java117 String summaryShowEntry = in initLockScreenNotificationPrefDisplay() local
121 entries.add(summaryShowEntry); in initLockScreenNotificationPrefDisplay()
123 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockScreenNotificationPrefDisplay()
161 String summaryShowEntry = mContext.getString( in initLockscreenNotificationPrefForProfile() local
165 entries.add(summaryShowEntry); in initLockscreenNotificationPrefForProfile()
167 setRestrictedIfNotificationFeaturesDisabled(summaryShowEntry, summaryShowEntryValue, in initLockscreenNotificationPrefForProfile()
DVisibilityPreferenceController.java77 final String summaryShowEntry = in updateState() local
81 entries.add(summaryShowEntry); in updateState()
83 setRestrictedIfNotificationFeaturesDisabled(pref, summaryShowEntry, in updateState()