Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java166 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1); in testShowSilentNotifications_settingSaysShow()
179 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0); in testShowSilentNotifications_settingSaysHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java327 Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0; in hideSilentNotificationsOnLockscreen()
/frameworks/base/core/java/android/provider/
DSettings.java8188 public static final String LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS = field in Settings.Secure
9120 LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS,
9306 VALIDATORS.put(LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument