/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | NotificationUtil.java | 66 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/ |
D | ProducerActivity.java | 41 manager.createNotificationChannel(serviceChannel); in onResume() 47 manager.createNotificationChannel(isolatedChannel); in onResume()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
D | TriggerService.java | 107 protected void createNotificationChannel() { in createNotificationChannel() method in TriggerService 116 notificationManager.createNotificationChannel(channel); in createNotificationChannel() 122 createNotificationChannel(); in createNotification()
|
D | ScriptingLayerService.java | 107 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/ |
D | ShadowNotificationManagerTest.java | 77 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/ |
D | NotificationUtil.java | 88 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/ |
D | NotificationUtil.java | 103 public static void createNotificationChannel( in createNotificationChannel() method in NotificationUtil 118 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | Log.java | 51 …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/ |
D | ShadowNotificationManagerTest.java | 67 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/ |
D | ShadowNotificationManager.java | 115 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/ |
D | ExecService.java | 98 manager.createNotificationChannel(noteChan); in onStartCommand()
|
/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/ |
D | SnippetRunner.java | 179 mNotificationManager.createNotificationChannel(channel); in createNotification()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotificationManager.java | 169 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/ |
D | AndroidFacade.java | 861 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/ |
D | PlayerNotificationManager.java | 444 NotificationUtil.createNotificationChannel( in createWithNotificationChannel() 495 NotificationUtil.createNotificationChannel( in createWithNotificationChannel()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 573 NotificationUtil.createNotificationChannel( in onCreate()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 575 NotificationUtil.createNotificationChannel( in onCreate()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 577 NotificationUtil.createNotificationChannel( in onCreate()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerNotificationManager.java | 558 NotificationUtil.createNotificationChannel( in build()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerNotificationManager.java | 560 NotificationUtil.createNotificationChannel( in build()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/ |
D | RELEASENOTES.md | 943 * Remove `NotificationUtil.createNotificationChannel(Context, String, int, 944 int)`. Use `createNotificationChannel(Context, String, int, int, int)`
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/ |
D | RELEASENOTES.md | 756 * Remove `NotificationUtil.createNotificationChannel(Context, String, int, 757 int)`. Use `createNotificationChannel(Context, String, int, int, int)`
|