Searched refs:VISIBILITY_NO_OVERRIDE (Results 1 – 8 of 8) sorted by relevance
39 // Default is VISIBILITY_NO_OVERRIDE (-1000).
319 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
135 // Default is VISIBILITY_NO_OVERRIDE (-1000).
1471 public static final int VISIBILITY_NO_OVERRIDE = NotificationManager.VISIBILITY_NO_OVERRIDE; field in NotificationListenerService.Ranking
614 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()790 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_updatesAppFields()821 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()834 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()848 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()871 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
98 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE;717 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel()754 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
142 NotificationManager.VISIBILITY_NO_OVERRIDE;
333 public static final int VISIBILITY_NO_OVERRIDE = -1000; field in NotificationManager