/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | ShowOnLockscreenNotificationPreferenceControllerTest.java | 20 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS; 85 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_noNotifsOnLockscreen() local 104 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_alertingNotifsOnLockscreen() local 121 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_allNotifsOnLockscreen() local 150 LOCK_SCREEN_SHOW_NOTIFICATIONS, in updateState_dpmSaysNo() local 177 LOCK_SCREEN_SHOW_NOTIFICATIONS, in onPreferenceChange_allToAlerting() local 187 LOCK_SCREEN_SHOW_NOTIFICATIONS, 1)).isEqualTo(1); in onPreferenceChange_allToAlerting() local 198 LOCK_SCREEN_SHOW_NOTIFICATIONS, in onPreferenceChange_noneToAll() local 208 LOCK_SCREEN_SHOW_NOTIFICATIONS, 1)).isEqualTo(1); in onPreferenceChange_noneToAll() local 219 LOCK_SCREEN_SHOW_NOTIFICATIONS, in onPreferenceChange_alertingToNone() local [all …]
|
D | RedactNotificationPreferenceControllerTest.java | 22 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS; 127 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noSecureLockscreen() local 130 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noSecureLockscreen() local 149 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noWorkProfile() local 208 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_adminSaysNoNotifications() local 211 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_adminSaysNoNotifications() local 223 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noNotifications() local 226 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_noNotifications() local 238 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_workProfileLocked() local 241 LOCK_SCREEN_SHOW_NOTIFICATIONS, in getAvailabilityStatus_workProfileLocked() local [all …]
|
D | RedactionInterstitialTest.java | 6 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS; 148 LOCK_SCREEN_SHOW_NOTIFICATIONS, show, UserHandle.myUserId()); in setupSettings()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | RedactionInterstitial.java | 22 import static android.provider.Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS; 186 getContentResolver(), LOCK_SCREEN_SHOW_NOTIFICATIONS, 0, mUserId) != 0; in loadFromSettings() 210 LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0, mUserId); in onCheckedChanged() local
|
D | RedactNotificationPreferenceController.java | 152 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), in onStart() 180 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, userId) != 0; in getLockscreenNotificationsEnabled()
|
D | LockScreenNotificationPreferenceController.java | 240 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0); in onPreferenceChange() 316 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) != 0; in getLockscreenNotificationsEnabled() 329 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
|
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()
|
/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()
|