Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeTvInputManager.java33 private final Map<String, TvInputInfo> mInputMap = new HashMap<>(); field in FakeTvInputManager
41 mInputMap.put(inputId, inputInfo); in add()
73 mInputMap.remove(inputId); in remove()
89 return mInputMap.get(inputId); in getTvInputInfo()
109 return new ArrayList(mInputMap.values()); in getTvInputList()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java178 private final Map<String, TvInputInfoCompat> mInputMap = new HashMap<>(); field in TvInputManagerHelper
194 TvInputInfo info = mInputMap.get(inputId).getTvInputInfo();
212 mInputMap.put(inputId, new TvInputInfoCompat(mContext, info));
232 mInputMap.remove(inputId);
255 mInputMap.put(inputId, new TvInputInfoCompat(mContext, info));
277 mInputMap.put(inputInfo.getId(), new TvInputInfoCompat(mContext, inputInfo));
370 mInputMap.clear(); in stop()
515 return mStarted && !TextUtils.isEmpty(inputId) && mInputMap.get(inputId) != null; in hasTvInputInfo()
534 return mInputMap.get(inputId); in getTvInputInfoCompat()
544 for (TvInputInfoCompat input : mInputMap.values()) { in getTunerTvInputSize()
[all …]