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

/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java76 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));
159 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input));
209 public boolean isPartnerInput(TvInputInfo inputInfo) { method in class:TvInputManagerHelper
234 public boolean isPartnerInput(String inputId) { method in class:TvInputManagerHelper
235 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId);
236 return (isPartnerInput != null) ? isPartnerInput : false;
340 * To test comparator, we need to mock API in parent class such as {@link #isPartnerInput},
354 if (mInputManager.isPartnerInput(lhs) != mInputManager.isPartnerInput(rh
[all...]

Completed in 175 milliseconds