Searched refs:VISIBILITY_NO_OVERRIDE (Results 1 – 7 of 7) sorted by relevance
1320 public static final int VISIBILITY_NO_OVERRIDE = NotificationManager.VISIBILITY_NO_OVERRIDE; field in NotificationListenerService.Ranking1589 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
471 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()
82 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()
4869 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in makeRankingUpdateLocked()
381 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
122 NotificationManager.VISIBILITY_NO_OVERRIDE;
196 public static final int VISIBILITY_NO_OVERRIDE = -1000; field in NotificationManager