Home
last modified time | relevance | path

Searched refs:createNotificationChannel (Results 1 – 22 of 22) 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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java77 public void createNotificationChannel() { in createNotificationChannel() method in ShadowNotificationManagerTest
78 notificationManager.createNotificationChannel(new NotificationChannel("id", "name", 1)); in createNotificationChannel()
100 notificationManager.createNotificationChannel(channel); in createNotificationChannel_updateChannel()
101 notificationManager.createNotificationChannel(channelUpdate); in createNotificationChannel_updateChannel()
126 notificationManager.createNotificationChannel(channel); in createNotificationChannel_downGradeImportanceSetGroup()
127 notificationManager.createNotificationChannel(channelUpdate); in createNotificationChannel_downGradeImportanceSetGroup()
172 notificationManager.createNotificationChannel(new NotificationChannel(channelId, "name", 1)); in deleteNotificationChannel()
180 notificationManager.createNotificationChannel( in deleteNotificationChannel()
199 notificationManager.createNotificationChannel(channel); in deleteNotificationChannelGroup()
780 notificationManager.createNotificationChannel(notificationChannel); in getNotificationChannel()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java88 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil
103 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java103 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil
118 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
/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/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/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java98 manager.createNotificationChannel(noteChan); in onStartCommand()
/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/
DSnippetRunner.java179 mNotificationManager.createNotificationChannel(channel); in createNotification()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java169 protected void createNotificationChannel(Object /*NotificationChannel*/ channel) { in createNotificationChannel() method in ShadowNotificationManager
201 createNotificationChannel(channel); in createNotificationChannels()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java861 private void createNotificationChannel() { in createNotificationChannel() method in AndroidFacade
869 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()
875 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()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java575 NotificationUtil.createNotificationChannel( in onCreate()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java577 NotificationUtil.createNotificationChannel( in onCreate()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java558 NotificationUtil.createNotificationChannel( in build()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java560 NotificationUtil.createNotificationChannel( in build()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
DRELEASENOTES.md943 * Remove `NotificationUtil.createNotificationChannel(Context, String, int,
944 int)`. Use `createNotificationChannel(Context, String, int, int, int)`
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
DRELEASENOTES.md756 * Remove `NotificationUtil.createNotificationChannel(Context, String, int,
757 int)`. Use `createNotificationChannel(Context, String, int, int, int)`