Searched refs:CHANNEL_ID (Results 1 – 3 of 3) sorted by relevance
41 private static final String CHANNEL_ID = "BugReport"; field in Utils87 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, in showBugreportNotification()88 CHANNEL_ID, NotificationManager.IMPORTANCE_HIGH); in showBugreportNotification()91 .setChannelId(CHANNEL_ID) in showBugreportNotification()
49 private static final String CHANNEL_ID = "BubblesVerifierChannel"; field in BubblesVerifierActivity135 new NotificationChannel(CHANNEL_ID, CHANNEL_ID, IMPORTANCE_DEFAULT)); in onCreate()484 return new Notification.Builder(context, CHANNEL_ID) in getBasicNotifBuilder()
112 private static final String CHANNEL_ID = "my_channel"; field in UsageStatsTest544 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, "Channel", in testNotificationSeen()550 new Notification.Builder(context, CHANNEL_ID) in testNotificationSeen()