Home
last modified time | relevance | path

Searched refs:LOCK_SCREEN_SHOW_NOTIFICATIONS (Results 1 – 9 of 9) 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;
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 …]
DRedactNotificationPreferenceControllerTest.java22 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 …]
DRedactionInterstitialTest.java6 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/
DRedactionInterstitial.java22 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
DRedactNotificationPreferenceController.java152 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), in onStart()
180 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1, userId) != 0; in getLockscreenNotificationsEnabled()
DLockScreenNotificationPreferenceController.java240 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);
DShowOnLockScreenNotificationPreferenceController.java131 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/
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()