/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 31 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/ |
D | LockscreenTargetFilterTest.kt | 81 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/ |
D | LockscreenTargetFilter.kt | 83 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/ |
D | LockscreenSmartspaceController.kt | 32 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/ |
D | NotificationLockscreenUserManagerImpl.java | 28 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/ |
D | KeyguardNotificationVisibilityProvider.kt | 145 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in start()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 161 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProviderTest.java | 245 mSecureSettings.putBool(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, true); in notifyListeners_onSettingChange_lockScreenAllowPrivateNotifs()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 241 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/ |
D | LockscreenSmartspaceControllerTest.kt | 1088 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1683 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in onUpgrade() 2373 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in loadSecureSettings()
|
D | SettingsProvider.java | 4143 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);
|
D | SettingsProtoDumpUtil.java | 2305 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2113 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()
|
D | PreferencesHelper.java | 2854 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1, userId) != 0; in updateLockScreenPrivateNotifications()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 8366 public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = field in Settings.Secure
|
/frameworks/base/core/api/ |
D | system-current.txt | 11981 …field public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = "lock_screen_allow_priv…
|