Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DReceiver.java53 public static final String NOTIFICATION_CHANNEL_OTHER = "system-tracing"; field in Receiver
230 new Notification.Builder(context, NOTIFICATION_CHANNEL_OTHER) in postCategoryNotification()
261 NOTIFICATION_CHANNEL_OTHER, in createNotificationChannels()
DFileSender.java60 new Notification.Builder(context, Receiver.NOTIFICATION_CHANNEL_OTHER) in postNotification()
DTraceService.java155 new Notification.Builder(this, Receiver.NOTIFICATION_CHANNEL_OTHER) in stopTracingInternal()