Searched defs:IMPORTANCE_NONE (Results 1 – 4 of 4) sorted by relevance
204 public static final int IMPORTANCE_NONE = 0; field in NotificationManager
113 public static final int IMPORTANCE_NONE = 0; field in NotificationManagerCompat
1032 public static final int IMPORTANCE_NONE = NotificationManager.IMPORTANCE_NONE; field in NotificationListenerService.Ranking
1114 mRankingHelper.setImportance(ban.getValue(), ban.getKey(), IMPORTANCE_NONE); in syncBlockDb() local