/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 32 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS; 292 mSettings.putInt(LOCK_SCREEN_SHOW_NOTIFICATIONS, 0); in testLockScreenShowNotificationsFalse() 293 changeSetting(LOCK_SCREEN_SHOW_NOTIFICATIONS); in testLockScreenShowNotificationsFalse() 299 mSettings.putInt(LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in testLockScreenShowNotificationsTrue() 300 changeSetting(LOCK_SCREEN_SHOW_NOTIFICATIONS); in testLockScreenShowNotificationsTrue() 535 mSettings.putIntForUser(LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, mCurrentUser.id); in testDevicePolicyDoesNotAllowNotifications() 536 changeSetting(LOCK_SCREEN_SHOW_NOTIFICATIONS); in testDevicePolicyDoesNotAllowNotifications() 554 mSettings.putIntForUser(LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, mCurrentUser.id); in testDevicePolicyDoesNotAllowNotifications_deviceOwnerSetsForUserAll() 555 mSettings.putIntForUser(LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, mSecondaryUser.id); in testDevicePolicyDoesNotAllowNotifications_deviceOwnerSetsForUserAll() 556 changeSetting(LOCK_SCREEN_SHOW_NOTIFICATIONS); in testDevicePolicyDoesNotAllowNotifications_deviceOwnerSetsForUserAll() [all …]
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/ |
D | NotificationSettingsRepository.kt | 47 name = Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in isShowNotificationsOnLockScreenEnabled() 58 name = Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in setShowNotificationsOnLockscreenEnabled()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/notifications/data/repository/ |
D | NotificationSettingsRepositoryTest.kt | 62 name = Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in testGetIsShowNotificationsOnLockscreenEnabled() 68 name = Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in testGetIsShowNotificationsOnLockscreenEnabled()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProviderTest.java | 234 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in notifyListeners_onSettingChange_lockScreenShowNotifs() 253 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in hideSilentNotificationsPerUserSettingWithHighPriorityParent() 275 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in keyguardShowing_hideSilentNotifications_perUserSetting() 288 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in keyguardShowing_hideSilentNotifications_perUserSetting_withHighPriorityParent() 311 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in hideSilentOnLockscreenSetting() 330 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in showSilentOnLockscreenSetting() 349 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in defaultSilentOnLockscreenSettingIsHide() 506 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, true); in highPriorityCharacteristicsIgnored()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 33 import android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS in <lambda>() 497 secureSettings.getUriFor(LOCK_SCREEN_SHOW_NOTIFICATIONS), in <lambda>() 633 LOCK_SCREEN_SHOW_NOTIFICATIONS, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 29 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS; 107 Settings.Secure.getUriFor(LOCK_SCREEN_SHOW_NOTIFICATIONS); 517 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateUserShowSettings()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProvider.kt | 139 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in start()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1617 loadIntegerSetting(stmt, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in onUpgrade() 1621 TABLE_GLOBAL, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, -1); in onUpgrade() 1624 loadSetting(stmt, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, oldShow); in onUpgrade() 1627 deleteStmt.bindString(1, Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS); in onUpgrade() 2370 loadIntegerSetting(stmt, Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in loadSecureSettings()
|
D | SettingsProvider.java | 4133 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS); 4137 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 4588 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS); 4598 secureSettings.deleteSettingLocked(Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS); 5205 Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
|
D | SettingsProtoDumpUtil.java | 2311 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 163 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS,
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 242 VALIDATORS.put(Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceControllerTest.kt | 1090 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2116 private final Uri LOCK_SCREEN_SHOW_NOTIFICATIONS field in NotificationManagerService.SettingsObserver 2117 = Secure.getUriFor(Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS); 2140 resolver.registerContentObserver(LOCK_SCREEN_SHOW_NOTIFICATIONS, in observe() 2180 if (uri == null || LOCK_SCREEN_SHOW_NOTIFICATIONS.equals(uri)) { in update()
|
D | PreferencesHelper.java | 2873 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, userId) != 0; in updateLockScreenShowNotifications()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 10655 public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = field in Settings.Secure
|
/frameworks/base/core/api/ |
D | system-current.txt | 11982 …field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";
|