Home
last modified time | relevance | path

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

/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/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1488 int channelId = rIt->second; in RenderOffScreenBuffers() local
/external/webrtc/webrtc/voice_engine/
Dchannel.cc721 int32_t channelId, in CreateChannel()
802 Channel::Channel(int32_t channelId, in Channel()