Home
last modified time | relevance | path

Searched refs:LOCK_SCREEN_SHOW_NOTIFICATIONS (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java107 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0); in testLockScreenShowNotificationsFalse()
115 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in testLockScreenShowNotificationsTrue()
162 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in testShowSilentNotifications_settingSaysShow()
175 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in testShowSilentNotifications_settingSaysHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java219 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), false, in setUpWithPresenter()
340 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateLockscreenNotificationSetting()
427 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0, userHandle); in userAllowsNotificationsInPublic()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1657 loadIntegerSetting(stmt, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in onUpgrade()
1661 TABLE_GLOBAL, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, -1); in onUpgrade()
1664 loadSetting(stmt, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, oldShow); in onUpgrade()
1667 deleteStmt.bindString(1, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS); in onUpgrade()
2410 loadIntegerSetting(stmt, Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in loadSecureSettings()
DSettingsProvider.java3495 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
3499 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS,
3962 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
3972 secureSettings.deleteSettingLocked(Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
DSettingsProtoDumpUtil.java2076 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java8178 public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = field in Settings.Secure
9119 LOCK_SCREEN_SHOW_NOTIFICATIONS,
9305 VALIDATORS.put(LOCK_SCREEN_SHOW_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/api/
Dsystem-current.txt6795 …field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";
/frameworks/base/non-updatable-api/
Dsystem-current.txt6693 …field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";