Home
last modified time | relevance | path

Searched defs:tuneToChannel (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/
DBaseMainActivityTestCase.java73 protected void tuneToChannel(final Channel channel) { in tuneToChannel() method in BaseMainActivityTestCase
103 protected void tuneToChannel(String name) { in tuneToChannel() method in BaseMainActivityTestCase
111 protected void tuneToChannel(ChannelInfo channel) { in tuneToChannel() method in BaseMainActivityTestCase
/packages/apps/TV/usbtuner/src/com/android/usbtuner/
DInputStreamSource.java46 boolean tuneToChannel(TunerChannel channel); in tuneToChannel() method
DUsbTunerTsScannerSource.java87 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel() method in UsbTunerTsScannerSource
DUsbTunerDataSource.java104 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel() method in UsbTunerDataSource
DFileDataSource.java93 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel() method in FileDataSource
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
DScanFragment.java418 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel() method in ScanFragment.FakeInputStreamSource