Home
last modified time | relevance | path

Searched refs:LOCK_SCREEN_SHOW_NOTIFICATIONS (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DShowOnLockscreenNotificationPreferenceControllerTest.java20 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS;
84 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_noNotifsOnLockscreen() local
103 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_alertingNotifsOnLockscreen() local
120 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_allNotifsOnLockscreen() local
149 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_dpmSaysNo() local
176 LOCK_SCREEN_SHOW_NOTIFICATIONS, in onPreferenceChange_allToAlerting() local
186 LOCK_SCREEN_SHOW_NOTIFICATIONS, 1)).isEqualTo(1); in onPreferenceChange_allToAlerting() local
197 LOCK_SCREEN_SHOW_NOTIFICATIONS, in onPreferenceChange_noneToAll() local
207 LOCK_SCREEN_SHOW_NOTIFICATIONS, 1)).isEqualTo(1); in onPreferenceChange_noneToAll() local
218 LOCK_SCREEN_SHOW_NOTIFICATIONS, in onPreferenceChange_alertingToNone() local
[all …]
DRedactNotificationPreferenceControllerTest.java22 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS;
131 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noSecureLockscreen() local
134 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noSecureLockscreen() local
154 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noWorkProfile() local
213 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_adminSaysNoNotifications() local
216 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_adminSaysNoNotifications() local
228 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noNotifications() local
231 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noNotifications() local
243 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_workProfileLocked() local
246 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_workProfileLocked() local
[all …]
DRedactionInterstitialTest.java6 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS;
143 LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, UserHandle.myUserId()); in defaultShowSensitiveContent_configDeny()
154 LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, UserHandle.myUserId()); in defaultShowSensitiveContent_configAllow()
177 LOCK_SCREEN_SHOW_NOTIFICATIONS, show, UserHandle.myUserId()); in setupSettings()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/notifications/domain/interactor/
DNotificationsSnapshotRestorerTest.kt76 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) in setUpAndRestore_Active()
90 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) in setUpAndRestore_Inactive()
103 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) in <lambda>()
109 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) in <lambda>()
117 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) in <lambda>()
123 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) in <lambda>()
/packages/apps/Settings/src/com/android/settings/notification/
DRedactionInterstitial.java24 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS;
198 getContentResolver(), LOCK_SCREEN_SHOW_NOTIFICATIONS, 0, mUserId) != 0; in loadFromSettings()
223 LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0, mUserId); in onCheckedChanged() local
DShowOnLockScreenNotificationPreferenceController.java131 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0); in onPreferenceChange()
155 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) != 0; in getLockscreenNotificationsEnabled()
DRedactNotificationPreferenceController.java163 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), in onStart()
192 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, userId) != 0; in getLockscreenNotificationsEnabled()
DLockScreenNotificationPreferenceController.java249 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0); in onPreferenceChange()
325 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) != 0; in getLockscreenNotificationsEnabled()
338 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DVisibilityPreferenceControllerTest.java104 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in setUp()
215 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0); in testUpdateState_noLockScreenNotificationsGlobally()
240 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0, primaryUserId); in testUpdateState_noLockScreenNotificationsGloballyInProfile()
261 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in testUpdateState_noPrivateLockScreenNotificationsGlobally()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java162 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0, primaryUserId) != 0; in getLockscreenNotificationsEnabled()