Searched refs:mInputMap (Results 1 – 2 of 2) sorted by relevance
33 private final Map<String, TvInputInfo> mInputMap = new HashMap<>(); field in FakeTvInputManager41 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()
178 private final Map<String, TvInputInfoCompat> mInputMap = new HashMap<>(); field in TvInputManagerHelper194 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 …]