Searched refs:importance (Results 1 – 3 of 3) sorted by relevance
70 public void createChannel(String id, String name, int importance, boolean vibrate, in createChannel() argument75 NotificationChannel channel = new NotificationChannel(id, name, importance); in createChannel()
292 int importance = (buzz ? IMPORTANCE_DEFAULT : IMPORTANCE_LOW); in getChannel() local299 channel = new NotificationChannel(id, name, importance); in getChannel()
325 int importance = NotificationManager.IMPORTANCE_DEFAULT; in testNotificationClickedEvents() local327 importance); in testNotificationClickedEvents()