Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java66 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil
68 createNotificationChannel( in createNotificationChannel()
94 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil
108 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
/external/perfetto/test/cts/producer/src/android/perfetto/producer/
DProducerActivity.java41 manager.createNotificationChannel(serviceChannel); in onResume()
47 manager.createNotificationChannel(isolatedChannel); in onResume()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java107 protected void createNotificationChannel() { in createNotificationChannel() method in TriggerService
116 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
122 createNotificationChannel(); in createNotification()
DScriptingLayerService.java107 private void createNotificationChannel() { in createNotificationChannel() method in ScriptingLayerService
116 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
127 createNotificationChannel(); in createNotification()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java51 …private static void createNotificationChannel(Context context, NotificationManager notificationMan… in createNotificationChannel() method in Log
59 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
67 createNotificationChannel(context, notificationManager); in notify()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java67 public void createNotificationChannel() { in createNotificationChannel() method in ShadowNotificationManagerTest
68 notificationManager.createNotificationChannel(new NotificationChannel("id", "name", 1)); in createNotificationChannel()
111 notificationManager.createNotificationChannel(new NotificationChannel(channelId, "name", 1)); in deleteNotificationChannel()
118 notificationManager.createNotificationChannel( in deleteNotificationChannel()
135 notificationManager.createNotificationChannel(channel); in deleteNotificationChannelGroup()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java72 notificationManager.createNotificationChannel(mNotificationChannel); in runAsForegroundService()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java98 manager.createNotificationChannel(noteChan); in onStartCommand()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java115 protected void createNotificationChannel(Object /*NotificationChannel*/ channel) { in createNotificationChannel() method in ShadowNotificationManager
131 createNotificationChannel(channel); in createNotificationChannels()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java856 private void createNotificationChannel() { in createNotificationChannel() method in AndroidFacade
864 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()
870 createNotificationChannel(); in notify()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java444 NotificationUtil.createNotificationChannel( in createWithNotificationChannel()
495 NotificationUtil.createNotificationChannel( in createWithNotificationChannel()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java573 NotificationUtil.createNotificationChannel( in onCreate()