Home
last modified time | relevance | path

Searched defs:summaryHideEntryValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DConfigureNotificationSettings.java173 String summaryHideEntryValue = Integer.toString( in initLockscreenNotifications() local
234 String summaryHideEntryValue = Integer.toString( in initLockscreenNotificationsForProfile() local
DNotificationSettingsBase.java240 final String summaryHideEntryValue = Integer.toString(Notification.VISIBILITY_PRIVATE); in setupVisOverridePref() local