Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java32 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/
DNotificationSettingsRepository.kt47 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/
DNotificationSettingsRepositoryTest.kt62 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/
DKeyguardNotificationVisibilityProviderTest.java234 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/
DLockscreenSmartspaceController.kt33 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/
DNotificationLockscreenUserManagerImpl.java29 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/
DKeyguardNotificationVisibilityProvider.kt139 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in start()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1617 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()
DSettingsProvider.java4133 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);
DSettingsProtoDumpUtil.java2311 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java163 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java242 VALIDATORS.put(Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt1090 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2116 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()
DPreferencesHelper.java2873 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, userId) != 0; in updateLockScreenShowNotifications()
/frameworks/base/core/java/android/provider/
DSettings.java10655 public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = field in Settings.Secure
/frameworks/base/core/api/
Dsystem-current.txt11982 …field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";