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/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java327 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1); in testShowSilentNotifications_settingSaysShow()
344 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotifications_settingSaysHide()
363 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotificationsPeopleBucket_settingSaysHide()
382 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotificationsMediaBucket_settingSaysHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.java160 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0; in hideSilentNotificationsOnLockscreen()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java130 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java189 VALIDATORS.put(Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java362 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0); in hideSilentNotificationsOnLockscreen()
/frameworks/base/core/java/android/provider/
DSettings.java8164 public static final String LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS = field in Settings.Secure