Home
last modified time | relevance | path

Searched refs:LOCK_SCREEN_SHOW_NOTIFICATIONS (Results 1 – 7 of 7) 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.java214 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), false, in setUpWithPresenter()
335 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateLockscreenNotificationSetting()
422 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.java3484 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
3488 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS,
3951 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
3961 secureSettings.deleteSettingLocked(Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
DSettingsProtoDumpUtil.java2053 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java8082 public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = field in Settings.Secure
8990 LOCK_SCREEN_SHOW_NOTIFICATIONS,
9173 VALIDATORS.put(LOCK_SCREEN_SHOW_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/api/
Dsystem-current.txt6043 …field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";