Home
last modified time | relevance | path

Searched refs:LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.java170 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS))) { in setupInvalidateNotifListCallbacks()
198 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS), in setupInvalidateNotifListCallbacks()
223 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, in readShowSilentNotificationSetting()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java327 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1); in testShowSilentNotifications_settingSaysShow()
342 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotifications_settingSaysHide()
359 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotificationsPeopleBucket_settingSaysHide()
376 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotificationsMediaBucket_settingSaysHide()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java134 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java196 VALIDATORS.put(Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java366 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0); in hideSilentNotificationsOnLockscreen()
/frameworks/base/core/java/android/provider/
DSettings.java8986 public static final String LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS = field in Settings.Secure