Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java46 IMPORTANCE_LOW,
58 public static final int IMPORTANCE_LOW = NotificationManager.IMPORTANCE_LOW; field in NotificationUtil
/external/perfetto/test/cts/producer/src/android/perfetto/producer/
DProducerActivity.java38 new NotificationChannel("service", "service", NotificationManager.IMPORTANCE_LOW); in onResume()
44 "isolated_service", "isolated_service", NotificationManager.IMPORTANCE_LOW); in onResume()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java69 NotificationManager.IMPORTANCE_LOW); in runAsForegroundService()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java96 …noteChan = new NotificationChannel(channel, "dEQP ExecServer", NotificationManager.IMPORTANCE_LOW); in onStartCommand()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java445 context, channelId, channelName, channelDescription, NotificationUtil.IMPORTANCE_LOW); in createWithNotificationChannel()
496 context, channelId, channelName, channelDescription, NotificationUtil.IMPORTANCE_LOW); in createWithNotificationChannel()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java578 NotificationUtil.IMPORTANCE_LOW); in onCreate()