Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
H A DEpgFetcherImplTest.java209 insertTestChannels( in fetchImmediately_testChannel()
232 insertTestChannels("com.example/.Input", EpgTestData.CHANNEL_10, EpgTestData.CHANNEL_11); in fetchImmediately_epgChannel()
262 insertTestChannels("com.android.tv.data.epg/.tuner.TunerTvInputService", channel); in testUpdateNetworkAffiliation()
291 protected void insertTestChannels(String inputId, Channel... channels) { in insertTestChannels() method in EpgFetcherImplTest