Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java373 private final SparseArray<ChannelInfoWrapper> mChannelInfoList = new SparseArray<>(); field in ChannelDataManagerTest.FakeContentProvider
378 mChannelInfoList.put(i, in FakeContentProvider()
417 for (int i = 0; i < mChannelInfoList.size(); i++) { in update()
418 channelIds.add((long) mChannelInfoList.keyAt(i)); in update()
435 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in update()
469 mChannelInfoList.put((int) channelId, in simulateInsert()
478 mChannelInfoList.remove((int) channelId); in simulateDelete()
486 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in simulateUpdate()
499 mChannelInfoList.clear(); in clear()
503 return mChannelInfoList.get(mChannelInfoList.keyAt(position)); in get()
[all …]