Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java50 String channelId, in buildProgressNotification() argument
54 return new DownloadNotificationHelper(context, channelId) in buildProgressNotification()
71 String channelId, in buildDownloadCompletedNotification() argument
74 return new DownloadNotificationHelper(context, channelId) in buildDownloadCompletedNotification()
91 String channelId, in buildDownloadFailedNotification() argument
94 return new DownloadNotificationHelper(context, channelId) in buildDownloadFailedNotification()
DPlayerNotificationManager.java359 private final String channelId; field in PlayerNotificationManager
403 String channelId, in createWithNotificationChannel() argument
409 channelId, in createWithNotificationChannel()
439 String channelId, in createWithNotificationChannel() argument
445 context, channelId, channelName, channelDescription, NotificationUtil.IMPORTANCE_LOW); in createWithNotificationChannel()
447 context, channelId, notificationId, mediaDescriptionAdapter); in createWithNotificationChannel()
457 String channelId, in createWithNotificationChannel() argument
464 channelId, in createWithNotificationChannel()
489 String channelId, in createWithNotificationChannel() argument
496 context, channelId, channelName, channelDescription, NotificationUtil.IMPORTANCE_LOW); in createWithNotificationChannel()
[all …]
DDownloadNotificationHelper.java41 public DownloadNotificationHelper(Context context, String channelId) { in DownloadNotificationHelper() argument
44 this.notificationBuilder = new NotificationCompat.Builder(context, channelId); in DownloadNotificationHelper()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCDataChannelConfiguration.mm72 return self.channelId;
76 self.channelId = streamId;
79 - (int)channelId { method in RTCDataChannelConfiguration
83 - (void)setChannelId:(int)channelId {
84 _nativeDataChannelInit.id = channelId;
DRTCDataChannel.mm133 return self.channelId;
136 - (int)channelId { method in RTCDataChannel
159 (long)self.channelId,
DRTCDataChannelConfiguration.h45 @property(nonatomic, assign) int channelId;
DRTCDataChannel.h108 @property(nonatomic, readonly) int channelId;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java99 protected Object /*NotificationChannel*/ getNotificationChannel(String channelId) { in getNotificationChannel() argument
100 return notificationChannels.get(channelId); in getNotificationChannel()
141 protected void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() argument
142 if (getNotificationChannel(channelId) != null) { in deleteNotificationChannel()
143 Object /*NotificationChannel*/ channel = notificationChannels.remove(channelId); in deleteNotificationChannel()
144 deletedNotificationChannels.put(channelId, channel); in deleteNotificationChannel()
162 String channelId = ReflectionHelpers.callInstanceMethod(channel, "getId"); in deleteNotificationChannelGroup() local
163 deleteNotificationChannel(channelId); in deleteNotificationChannelGroup()
316 public boolean isChannelDeleted(String channelId) { in isChannelDeleted() argument
317 return deletedNotificationChannels.containsKey(channelId); in isChannelDeleted()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java109 final String channelId = "channelId"; in deleteNotificationChannel() local
110 assertThat(shadowOf(notificationManager).isChannelDeleted(channelId)).isFalse(); in deleteNotificationChannel()
111 notificationManager.createNotificationChannel(new NotificationChannel(channelId, "name", 1)); in deleteNotificationChannel()
112 assertThat(shadowOf(notificationManager).isChannelDeleted(channelId)).isFalse(); in deleteNotificationChannel()
113 notificationManager.deleteNotificationChannel(channelId); in deleteNotificationChannel()
114 assertThat(shadowOf(notificationManager).isChannelDeleted(channelId)).isTrue(); in deleteNotificationChannel()
115 assertThat(notificationManager.getNotificationChannel(channelId)).isNull(); in deleteNotificationChannel()
119 new NotificationChannel(channelId, "otherName", 2)); in deleteNotificationChannel()
120 assertThat(shadowOf(notificationManager).isChannelDeleted(channelId)).isFalse(); in deleteNotificationChannel()
121 NotificationChannel channel = notificationManager.getNotificationChannel(channelId); in deleteNotificationChannel()
[all …]
/external/webrtc/sdk/objc/unittests/
DRTCDataChannelConfigurationTest.mm30 int channelId = 4;
39 dataChannelConfig.channelId = channelId;
47 EXPECT_EQ(channelId, nativeInit.id);
/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() argument
235 channelId, in DownloadService()
265 @Nullable String channelId, in DownloadService() argument
270 this.channelId = null; in DownloadService()
277 this.channelId = channelId; in DownloadService()
572 if (channelId != null) { in onCreate()
575 channelId, in onCreate()
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi19754 …<parameter type-id='95e97e5e' name='channelId' filepath='frameworks/base/native/android/sensor.cpp…
19760 …<parameter type-id='95e97e5e' name='channelId' filepath='frameworks/base/native/android/sensor.cpp…