HomeSort by relevance Sort by last modified time
    Searched defs:channel3 (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportcontroller_unittest.cc 394 FakeTransportChannel* channel3 = CreateChannel("video", 1); local
395 ASSERT_NE(nullptr, channel3);
410 FakeTransportChannel* channel3 = CreateChannel("audio", 2); local
411 ASSERT_NE(nullptr, channel3);
448 FakeTransportChannel* channel3 = CreateChannel("video", 2); local
449 ASSERT_NE(nullptr, channel3);
456 channel3->SetCandidatesGatheringComplete();
457 channel3->SetConnectionCount(1);
458 channel3->SetConnectionCount(0);
482 FakeTransportChannel* channel3 = CreateChannel("video", 2) local
594 FakeTransportChannel* channel3 = CreateChannel("data", 1); local
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 375 NotificationChannel channel3 = local
383 mNotificationManager.createNotificationChannel(channel3);
388 compareChannels(channel3,
389 mNotificationManager.getNotificationChannel(channel3.getId()));
402 NotificationChannel channel3 = local
412 channelMap.put(channel3.getId(), channel3); local
416 mNotificationManager.createNotificationChannel(channel3);
419 mNotificationManager.deleteNotificationChannel(channel3.getId());
429 assertFalse(channel3.getId().equals(nc.getId()))
    [all...]
  /bionic/libc/kernel/uapi/linux/
cdrom.h 101 __u8 channel3; member in struct:cdrom_volctrl
  /external/kernel-headers/original/uapi/linux/
cdrom.h 202 __u8 channel3; member in struct:cdrom_volctrl
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 440 NotificationChannel channel3 = new NotificationChannel("id3", "NAM3", IMPORTANCE_HIGH); local
441 channel3.enableVibration(true);
447 mHelper.createNotificationChannel(PKG, UID, channel3, false, false);
455 channel2.getId(), channel3.getId(), NotificationChannel.DEFAULT_CHANNEL_ID);
468 compareChannels(channel3,
469 mHelper.getNotificationChannel(PKG, UID, channel3.getId(), false));
605 NotificationChannel channel3 = local
607 channel3.setGroup(ncg.getId());
613 mHelper.createNotificationChannel(PKG, UID, channel3, true, false);
620 channel2.getId(), channel3.getId(), NotificationChannel.DEFAULT_CHANNEL_ID)
1113 NotificationChannel channel3 = local
1132 NotificationChannel channel3 = local
1508 NotificationChannel channel3 = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdrom.h 201 __u8 channel3; member in struct:cdrom_volctrl
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 17843 Fixed channel3; local
17869 Fixed channel3; local
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 1940 __vki_u8 channel3; member in struct:vki_cdrom_volctrl
    [all...]

Completed in 576 milliseconds