Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java41 private static final String CHANNEL_ID = "BugReport"; field in Utils
85 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, in showBugreportNotification()
86 CHANNEL_ID, NotificationManager.IMPORTANCE_HIGH); in showBugreportNotification()
89 .setChannelId(CHANNEL_ID) in showBugreportNotification()