Home
last modified time | relevance | path

Searched defs:isPartnerInput (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java190 public boolean isPartnerInput(TvInputInfo inputInfo) { in isPartnerInput() method in TvInputManagerHelper
216 public boolean isPartnerInput(String inputId) { in isPartnerInput() method in TvInputManagerHelper
217 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput() local