Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java103 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in TvInputManagerHelper
137 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));
155 mInputIdToPartnerInputMap.remove(inputId);
238 mInputIdToPartnerInputMap.clear(); in start()
248 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in start()
268 mInputIdToPartnerInputMap.clear(); in stop()
338 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput()