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