Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java31 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
306 mSettings.putInt(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1); in testLockScreenAllowPrivateNotificationsTrue()
307 changeSetting(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS); in testLockScreenAllowPrivateNotificationsTrue()
313 mSettings.putIntForUser(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, in testLockScreenAllowPrivateNotificationsFalse()
315 changeSetting(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS); in testLockScreenAllowPrivateNotificationsFalse()
321 mSettings.putIntForUser(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, in testLockScreenAllowsWorkPrivateNotificationsFalse()
323 changeSetting(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS); in testLockScreenAllowsWorkPrivateNotificationsFalse()
329 mSettings.putIntForUser(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1, in testLockScreenAllowsWorkPrivateNotificationsTrue()
331 changeSetting(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS); in testLockScreenAllowsWorkPrivateNotificationsTrue()
338 mSettings.putIntForUser(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, in testCurrentUserPrivateNotificationsRedacted()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DLockscreenTargetFilterTest.kt81 eq(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS) in setup()
90 var setting = Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS in testLockscreenAllowPrivateNotifications()
131 var setting = Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS in testUserSwitchCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/
DLockscreenTargetFilter.kt83 secureSettings.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS), in addListener()
140 val setting = Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS in updateUserContentSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt32 import android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS in <lambda>()
491 secureSettings.getUriFor(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS), in <lambda>()
639 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in <lambda>()
648 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java28 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
109 Settings.Secure.getUriFor(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
534 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in updateUserShowPrivateSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt145 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in start()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java161 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java245 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, true); in notifyListeners_onSettingChange_lockScreenAllowPrivateNotifs()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java241 VALIDATORS.put(Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt1088 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1683 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in onUpgrade()
2373 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in loadSecureSettings()
DSettingsProvider.java4143 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
4147 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
4592 Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, "0",
5207 Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
DSettingsProtoDumpUtil.java2305 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2113 private final Uri LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS field in NotificationManagerService.SettingsObserver
2115 Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
2138 resolver.registerContentObserver(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in observe()
2177 if (uri == null || LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS.equals(uri)) { in update()
DPreferencesHelper.java2854 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1, userId) != 0; in updateLockScreenPrivateNotifications()
/frameworks/base/core/java/android/provider/
DSettings.java8366 public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = field in Settings.Secure
/frameworks/base/core/api/
Dsystem-current.txt11981 …field public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = "lock_screen_allow_priv…