Home
last modified time | relevance | path

Searched refs:CHANNEL_ID (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java41 private static final String CHANNEL_ID = "BugReport"; field in Utils
87 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, in showBugreportNotification()
88 CHANNEL_ID, NotificationManager.IMPORTANCE_HIGH); in showBugreportNotification()
91 .setChannelId(CHANNEL_ID) in showBugreportNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java49 private static final String CHANNEL_ID = "BubblesVerifierChannel"; field in BubblesVerifierActivity
135 new NotificationChannel(CHANNEL_ID, CHANNEL_ID, IMPORTANCE_DEFAULT)); in onCreate()
484 return new Notification.Builder(context, CHANNEL_ID) in getBasicNotifBuilder()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java112 private static final String CHANNEL_ID = "my_channel"; field in UsageStatsTest
544 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, "Channel", in testNotificationSeen()
550 new Notification.Builder(context, CHANNEL_ID) in testNotificationSeen()