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.java209 public boolean isPartnerInput(TvInputInfo inputInfo) { in isPartnerInput() method in TvInputManagerHelper
234 public boolean isPartnerInput(String inputId) { in isPartnerInput() method in TvInputManagerHelper
235 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput() local