Searched defs:isPartnerInput (Results 1 – 1 of 1) sorted by relevance
190 public boolean isPartnerInput(TvInputInfo inputInfo) { in isPartnerInput() method in TvInputManagerHelper216 public boolean isPartnerInput(String inputId) { in isPartnerInput() method in TvInputManagerHelper217 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput() local