Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java374 private static class ChannelInfoWrapper { class in ChannelDataManagerTest
379 public ChannelInfoWrapper(ChannelInfo channelInfo) { in ChannelInfoWrapper() method in ChannelDataManagerTest.ChannelInfoWrapper
418 private final SparseArray<ChannelInfoWrapper> mChannelInfoList = new SparseArray<>();
424 i, new ChannelInfoWrapper(ChannelInfo.create(getTargetContext(), i))); in FakeContentProvider()
493 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in update()
529 new ChannelInfoWrapper( in simulateInsert()
542 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in simulateUpdate()
559 public ChannelInfoWrapper get(int position) { in get()
623 ChannelInfoWrapper channel = mContentProvider.get(mPosition); in getString()
644 ChannelInfoWrapper channel = mContentProvider.get(mPosition); in getInt()