Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1320 public static final int VISIBILITY_NO_OVERRIDE = NotificationManager.VISIBILITY_NO_OVERRIDE; field in NotificationListenerService.Ranking
1589 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java471 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
640 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_updatesAppFields()
667 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()
680 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java82 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE;
584 channel.setLockscreenVisibility(Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel()
612 updatedChannel.setLockscreenVisibility(Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
DNotificationManagerService.java4869 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in makeRankingUpdateLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java381 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
/frameworks/base/core/java/android/app/
DNotificationChannel.java122 NotificationManager.VISIBILITY_NO_OVERRIDE;
DNotificationManager.java196 public static final int VISIBILITY_NO_OVERRIDE = -1000; field in NotificationManager