Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java50 String channelId, in buildProgressNotification()
71 String channelId, in buildDownloadCompletedNotification()
91 String channelId, in buildDownloadFailedNotification()
DPlayerNotificationManager.java359 private final String channelId; field in PlayerNotificationManager
403 String channelId, in createWithNotificationChannel()
439 String channelId, in createWithNotificationChannel()
457 String channelId, in createWithNotificationChannel()
489 String channelId, in createWithNotificationChannel()
516 String channelId, in PlayerNotificationManager()
540 String channelId, in PlayerNotificationManager()
569 String channelId, in PlayerNotificationManager()
596 String channelId, in PlayerNotificationManager()
DDownloadNotificationHelper.java41 public DownloadNotificationHelper(Context context, String channelId) { in DownloadNotificationHelper()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java99 protected Object /*NotificationChannel*/ getNotificationChannel(String channelId) { in getNotificationChannel()
141 protected void deleteNotificationChannel(String channelId) { in deleteNotificationChannel()
162 String channelId = ReflectionHelpers.callInstanceMethod(channel, "getId"); in deleteNotificationChannelGroup() local
316 public boolean isChannelDeleted(String channelId) { in isChannelDeleted()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java109 final String channelId = "channelId"; in deleteNotificationChannel() local
129 final String channelId = "channelId"; in deleteNotificationChannelGroup() local
/external/webrtc/sdk/objc/api/peerconnection/
DRTCDataChannelConfiguration.mm79 - (int)channelId { method in RTCDataChannelConfiguration
DRTCDataChannel.mm136 - (int)channelId { method in RTCDataChannel
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java177 @Nullable private final String channelId; field in DownloadService
230 @Nullable String channelId, in DownloadService()
265 @Nullable String channelId, in DownloadService()