/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | ShowOnLockscreenNotificationPreferenceControllerTest.java | 20 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 …]
|
D | RedactNotificationPreferenceControllerTest.java | 22 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 …]
|
D | RedactionInterstitialTest.java | 6 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/ |
D | NotificationsSnapshotRestorerTest.kt | 76 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/ |
D | RedactionInterstitial.java | 24 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
|
D | ShowOnLockScreenNotificationPreferenceController.java | 131 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0); in onPreferenceChange() 155 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) != 0; in getLockscreenNotificationsEnabled()
|
D | RedactNotificationPreferenceController.java | 163 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), in onStart() 192 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, userId) != 0; in getLockscreenNotificationsEnabled()
|
D | LockScreenNotificationPreferenceController.java | 249 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/ |
D | VisibilityPreferenceControllerTest.java | 104 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/ |
D | VisibilityPreferenceController.java | 162 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0, primaryUserId) != 0; in getLockscreenNotificationsEnabled()
|