Searched defs:channelId (Results 1 – 8 of 8) sorted by relevance
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DownloadNotificationUtil.java | 50 String channelId, in buildProgressNotification() 71 String channelId, in buildDownloadCompletedNotification() 91 String channelId, in buildDownloadFailedNotification()
|
D | PlayerNotificationManager.java | 359 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()
|
D | DownloadNotificationHelper.java | 41 public DownloadNotificationHelper(Context context, String channelId) { in DownloadNotificationHelper()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotificationManager.java | 99 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/ |
D | ShadowNotificationManagerTest.java | 109 final String channelId = "channelId"; in deleteNotificationChannel() local 129 final String channelId = "channelId"; in deleteNotificationChannelGroup() local
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCDataChannelConfiguration.mm | 79 - (int)channelId { method in RTCDataChannelConfiguration
|
D | RTCDataChannel.mm | 136 - (int)channelId { method in RTCDataChannel
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 177 @Nullable private final String channelId; field in DownloadService 230 @Nullable String channelId, in DownloadService() 265 @Nullable String channelId, in DownloadService()
|