Home
last modified time | relevance | path

Searched refs:VISIBILITY_PRIVATE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DVisibilityPreferenceControllerTest.java19 import static android.app.Notification.VISIBILITY_PRIVATE;
211 .contains(String.valueOf(VISIBILITY_PRIVATE))); in testUpdateState_noLockScreenNotificationsGlobally()
236 .contains(String.valueOf(VISIBILITY_PRIVATE))); in testUpdateState_noLockScreenNotificationsGloballyInProfile()
276 assertTrue(values.contains(String.valueOf(VISIBILITY_PRIVATE))); in testUpdateState_noGlobalRestriction()
304 assertEquals(String.valueOf(VISIBILITY_PRIVATE), argumentCaptor.getValue()); in testUpdateState_noChannelOverride()
339 mController.onPreferenceChange(pref, String.valueOf(VISIBILITY_PRIVATE)); in testOnPreferenceChange_noOverride()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DVisibilityPreferenceController.java93 Notification.VISIBILITY_PRIVATE); in updateState()
146 globalVis = Notification.VISIBILITY_PRIVATE; in getGlobalVisibility()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java95 Notification.VISIBILITY_PRIVATE); in updateState()
148 globalVis = Notification.VISIBILITY_PRIVATE; in getGlobalVisibility()
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java161 public static final int VISIBILITY_PRIVATE = 1; field
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java699 .setVisibility(NotificationCompat.VISIBILITY_PRIVATE) in sendNotification()