Searched refs:mInputIdToPartnerInputMap (Results 1 – 1 of 1) sorted by relevance
103 private final Map<String, Boolean> mInputIdToPartnerInputMap = new HashMap<>(); field in TvInputManagerHelper137 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));155 mInputIdToPartnerInputMap.remove(inputId);238 mInputIdToPartnerInputMap.clear(); in start()248 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in start()268 mInputIdToPartnerInputMap.clear(); in stop()338 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput()