Searched refs:LOCK_SCREEN_SHOW_NOTIFICATIONS (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 107 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/ |
D | NotificationLockscreenUserManagerImpl.java | 214 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/ |
D | DatabaseHelper.java | 1657 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()
|
D | SettingsProvider.java | 3484 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);
|
D | SettingsProtoDumpUtil.java | 2053 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 8082 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/ |
D | system-current.txt | 6043 …field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";
|