Searched defs:mInputIdToPartnerInputMap (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java155 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in class:TvInputManagerHelper
192 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));
210 mInputIdToPartnerInputMap.remove(inputId);
308 mInputIdToPartnerInputMap.clear();
318 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input));
341 mInputIdToPartnerInputMap.clear();
405 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId);

Completed in 12 milliseconds