Searched refs:mInputIdToPartnerInputMap (Results 1 – 1 of 1) sorted by relevance
60 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in TvInputManagerHelper78 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));91 mInputIdToPartnerInputMap.remove(inputId);133 mInputIdToPartnerInputMap.clear(); in start()140 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in start()155 mInputIdToPartnerInputMap.clear(); in stop()217 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput()