Searched refs:LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 123 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1); in testLockScreenAllowPrivateNotificationsTrue() 131 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in testLockScreenAllowPrivateNotificationsFalse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 219 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS), in setUpWithPresenter() 371 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, userHandle); in userAllowsPrivateNotificationsInPublic()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1723 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in onUpgrade() 2413 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in loadSecureSettings()
|
D | SettingsProvider.java | 3494 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS); 3498 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 3955 Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, "0",
|
D | SettingsProtoDumpUtil.java | 2047 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6312 public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = field in Settings.Secure 8976 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 9160 VALIDATORS.put(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/api/ |
D | system-current.txt | 6042 …field public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = "lock_screen_allow_priv…
|