Searched refs:isPartnerInput (Results 1 – 4 of 4) sorted by relevance
78 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(info));140 mInputIdToPartnerInputMap.put(inputId, isPartnerInput(input)); in start()190 public boolean isPartnerInput(TvInputInfo inputInfo) { in isPartnerInput() method in TvInputManagerHelper216 public boolean isPartnerInput(String inputId) { in isPartnerInput() method in TvInputManagerHelper217 Boolean isPartnerInput = mInputIdToPartnerInputMap.get(inputId); in isPartnerInput() local218 return (isPartnerInput != null) ? isPartnerInput : false; in isPartnerInput()327 if (mInputManager.isPartnerInput(lhs) != mInputManager.isPartnerInput(rhs)) { in compare()328 return mInputManager.isPartnerInput(lhs) ? -1 : 1; in compare()
186 Mockito.when(manager.isPartnerInput(Matchers.anyString())).thenAnswer( in testComparator()232 Mockito.when(manager.isPartnerInput(Matchers.anyString())).thenAnswer( in testComparatorLabel()
53 }).when(manager).isPartnerInput(Mockito.<TvInputInfo>any()); in testComparator()
631 boolean lhsIsPartner = mInputManager.isPartnerInput(lhs.getInputId()); in compare()632 boolean rhsIsPartner = mInputManager.isPartnerInput(rhs.getInputId()); in compare()