Searched refs:mInputMap (Results 1 – 1 of 1) sorted by relevance
108 private final Map<String, TvInputInfo> mInputMap = new ArrayMap<>(); field in TvInputHardwareManager326 return Collections.unmodifiableMap(mInputMap); in getInputMap()350 + mInputMap.get(oldInputId) + ":" + deviceId + ", new = " in addHardwareInput()354 mInputMap.put(info.getId(), info); in addHardwareInput()418 + mInputMap.get(oldInputId) + ":" + id + ", new = " in addHdmiInput()422 mInputMap.put(info.getId(), info); in addHdmiInput()440 if (mInputMap.containsKey(inputId)) { in removeHardwareInput()441 String parentId = mInputMap.get(inputId).getParentId(); in removeHardwareInput()449 mInputMap.remove(inputId); in removeHardwareInput()456 if (!mInputMap.containsKey(info.getId())) { in updateInputInfo()[all …]