Home
last modified time | relevance | path

Searched refs:inputChannels (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureServiceTest.java229 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in testInit_bindsToServicesInXmlConfig() local
230 inputChannels[0].dispose(); in testInit_bindsToServicesInXmlConfig()
231 when(mInputMonitor.getInputChannel()).thenReturn(inputChannels[1]); in testInit_bindsToServicesInXmlConfig()
244 inputChannels[0].dispose(); in testInit_bindsToServicesInXmlConfig()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() argument
89 inputChannels, in getChannels()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() argument
DStubEpgReader.java65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() argument