Home
last modified time | relevance | path

Searched refs:VISIBILITY_NO_OVERRIDE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/proto/android/app/
Dnotification_channel.proto37 // Default is VISIBILITY_NO_OVERRIDE (-1000).
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1388 public static final int VISIBILITY_NO_OVERRIDE = NotificationManager.VISIBILITY_NO_OVERRIDE; field in NotificationListenerService.Ranking
1710 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
/frameworks/base/core/proto/android/service/
Dnotification.proto128 // Default is VISIBILITY_NO_OVERRIDE (-1000).
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java91 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE;
671 channel.setLockscreenVisibility(Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel()
703 updatedChannel.setLockscreenVisibility(Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java647 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
821 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_updatesAppFields()
851 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()
864 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java509 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
/frameworks/base/core/java/android/app/
DNotificationManager.java264 public static final int VISIBILITY_NO_OVERRIDE = -1000; field in NotificationManager
DNotificationChannel.java129 NotificationManager.VISIBILITY_NO_OVERRIDE;