Home
last modified time | relevance | path

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/
DNotificationLockscreenUserManagerTest.java123 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/
DNotificationLockscreenUserManagerImpl.java219 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/
DDatabaseHelper.java1723 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in onUpgrade()
2413 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in loadSecureSettings()
DSettingsProvider.java3494 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
3498 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
3955 Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, "0",
DSettingsProtoDumpUtil.java2047 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in dumpProtoSecureSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java6312 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/
Dsystem-current.txt6042 …field public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = "lock_screen_allow_priv…