Searched refs:summaryShowEntry (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | LockScreenNotificationPreferenceController.java | 117 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()
|
D | VisibilityPreferenceController.java | 77 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/ |
D | LockScreenNotificationPreferenceController.java | 117 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()
|
D | VisibilityPreferenceController.java | 77 final String summaryShowEntry = in updateState() local 81 entries.add(summaryShowEntry); in updateState() 83 setRestrictedIfNotificationFeaturesDisabled(pref, summaryShowEntry, in updateState()
|