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