Searched refs:mInputIdToPartnerInputMap (Results 1 – 1 of 1) sorted by relevance
181 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in TvInputManagerHelper221 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()