Searched refs:isPartnerInput (Results 1 – 4 of 4) sorted by relevance
221 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));420 public boolean isPartnerInput(TvInputInfo inputInfo) { in isPartnerInput() method in TvInputManagerHelper442 public boolean isPartnerInput(String inputId) { in isPartnerInput() method in TvInputManagerHelper443 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput() local444 return (isPartnerInput != null) ? isPartnerInput : false; in isPartnerInput()671 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in initInputMaps()725 if (mInputManager.isPartnerInput(lhs) != mInputManager.isPartnerInput(rhs)) { in compare()726 return mInputManager.isPartnerInput(lhs) ? -1 : 1; in compare()
231 .isPartnerInput(ArgumentMatchers.<TvInputInfo>any()); in createMockTvInputManager()275 boolean isPartnerInput) { in createTvInputInfo() argument283 inputWrapper.mIsPartnerInput = isPartnerInput; in createTvInputInfo()
260 Mockito.when(manager.isPartnerInput(ArgumentMatchers.anyString())) in testComparator()314 Mockito.when(manager.isPartnerInput(ArgumentMatchers.anyString())) in testComparatorLabel()
746 boolean lhsIsPartner = mInputManager.isPartnerInput(lhs.getInputId()); in compare()747 boolean rhsIsPartner = mInputManager.isPartnerInput(rhs.getInputId()); in compare()