Home
last modified time | relevance | path

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

/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DReceiver.java55 public static final String NOTIFICATION_CHANNEL_OTHER = "system-tracing"; field in Receiver
252 new Notification.Builder(context, NOTIFICATION_CHANNEL_OTHER) in postCategoryNotification()
284 NOTIFICATION_CHANNEL_OTHER, in createNotificationChannels()
H A DFileSender.java60 new Notification.Builder(context, Receiver.NOTIFICATION_CHANNEL_OTHER) in postNotification()
H A DTraceService.java258 new Notification.Builder(this, Receiver.NOTIFICATION_CHANNEL_OTHER) in getBaseTraceurNotification()