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.java174 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in TvInputManagerHelper
214 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));
232 mInputIdToPartnerInputMap.remove(inputId);
368 mInputIdToPartnerInputMap.clear(); in stop()
435 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput()
649 mInputIdToPartnerInputMap.clear(); in initInputMaps()
661 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in initInputMaps()