Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DReceiver.java260 NotificationChannel saveTraceChannel = new NotificationChannel( in createNotificationChannels() local
264 saveTraceChannel.setBypassDnd(true); in createNotificationChannels()
265 saveTraceChannel.enableVibration(true); in createNotificationChannels()
266 saveTraceChannel.setSound(null, null); in createNotificationChannels()
271 notificationManager.createNotificationChannel(saveTraceChannel); in createNotificationChannels()