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.java181 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in TvInputManagerHelper
221 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));
239 mInputIdToPartnerInputMap.remove(inputId);
376 mInputIdToPartnerInputMap.clear(); in stop()
443 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput()
659 mInputIdToPartnerInputMap.clear(); in initInputMaps()
671 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in initInputMaps()