Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRedactNotificationPreferenceControllerTest.java21 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
273 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in isChecked() local
279 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in isChecked() local
288 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in isChecked_work() local
294 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in isChecked_work() local
303 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in isChecked_admin() local
315 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in setChecked_false() local
320 mContext.getContentResolver(), LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0)) in setChecked_false() local
327 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in setChecked_workProfile_false() local
332 mContext.getContentResolver(), LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 10)) in setChecked_workProfile_false() local
[all …]
DRedactionInterstitialTest.java5 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
179 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, showUnredacted, UserHandle.myUserId()); in setupSettings()
/packages/apps/Settings/src/com/android/settings/notification/
DRedactNotificationPreferenceController.java21 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
117 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, isChecked ? 1 : 0, userId); in setChecked()
186 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1, userId) != 0 in getAllowPrivateNotifications()
DLockScreenNotificationPreferenceController.java235 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in onPreferenceChange()
247 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, show ? 1 : 0); in onPreferenceChange()
330 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, userId) != 0; in getAllowPrivateNotifications()
336 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
DRedactionInterstitial.java23 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
200 getContentResolver(), LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in loadFromSettings()
221 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, show ? 1 : 0, mUserId); in onCheckedChanged() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DVisibilityPreferenceControllerTest.java106 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1); in setUp()
263 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in testUpdateState_noPrivateLockScreenNotificationsGlobally()
310 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in testUpdateState_noChannelOverride()
329 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in testUpdateState_channelOverride()
348 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in testOnPreferenceChange_noOverride()
367 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in testOnPreferenceChange_override()
/packages/apps/Settings/tests/unit/src/com/android/settings/privatespace/
DPrivateSpaceMaintainerTest.java19 import static android.provider.Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS;
502 LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in getPsSensitiveNotificationsValue()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java167 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0) != 0; in getLockscreenAllowPrivateNotifications()
/packages/apps/Settings/src/com/android/settings/privatespace/
DPrivateSpaceMaintainer.java346 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in setPrivateSpaceSensitiveNotificationsDefaultValue()