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

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

Completed in 19 milliseconds