Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java98 private final Map<String, TvInputInfo> mInputMap = new ArrayMap<>(); field in TvInputHardwareManager
309 + mInputMap.get(oldInputId) + ":" + deviceId + ", new = " in addHardwareInput()
313 mInputMap.put(info.getId(), info); in addHardwareInput()
377 + mInputMap.get(oldInputId) + ":" + id + ", new = " in addHdmiInput()
381 mInputMap.put(info.getId(), info); in addHdmiInput()
387 mInputMap.remove(inputId); in removeHardwareInput()
693 for(Map.Entry<String, TvInputInfo> entry : mInputMap.entrySet()) { in dump()