Searched refs:hasPrimaryPhoneNumber (Results 1 – 6 of 6) sorted by relevance
132 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testLabel_withMultipleNumbersAndNoPrimaryNumber_showMultipleLabel()146 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testLabel_withMultipleNumbersAndHasPrimaryNumber_showPrimaryNumberLabel()161 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testLabel_HasPrimaryNumberAndPrimaryNumberHasNullLabel_showPrimaryNumberLabel()180 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testLabel_HasPrimaryNumberButGetNullLabel_showMultipleLabel()214 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testClickCallActionButton_HasMultipleNumbersAndNoPrimaryNumber_showAlertDialog()233 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testClickCallActionButton_HasMultipleNumbersAndPrimaryNumber_callPrimaryNumber()
93 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testOnItemClick_contactHasPrimaryNumber_placeCall()105 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testOnItemClick_contactHasOnlyOneNumber_placeCall()117 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testOnItemClick_contactHasMultiNumbers_notPlaceCall()
75 if (contact.hasPrimaryPhoneNumber()) { in onBind()
112 if (contact.hasPrimaryPhoneNumber()) { in promptForPrimaryNumber()
94 readableLabel = contact.hasPrimaryPhoneNumber() in setLabelText()
505 public boolean hasPrimaryPhoneNumber() { in hasPrimaryPhoneNumber() method in Contact