Searched refs:hasPrimaryPhoneNumber (Results 1 – 6 of 6) sorted by relevance
136 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testLabel_withMultipleNumbersAndNoPrimaryNumber_showMultipleLabel()150 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testLabel_withMultipleNumbersAndHasPrimaryNumber_showPrimaryNumberLabel()165 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testLabel_HasPrimaryNumberAndPrimaryNumberHasNullLabel_showPrimaryNumberLabel()184 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testLabel_HasPrimaryNumberButGetNullLabel_showMultipleLabel()216 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testClickCallActionButton_HasMultipleNumbersAndNoPrimaryNumber_showAlertDialog()235 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testClickCallActionButton_HasMultipleNumbersAndPrimaryNumber_callPrimaryNumber()
102 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(true); in testOnItemClick_contactHasPrimaryNumber_placeCall()115 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testOnItemClick_contactHasOnlyOneNumber_placeCall()128 when(mMockContact.hasPrimaryPhoneNumber()).thenReturn(false); in testOnItemClick_contactHasMultiNumbers_notPlaceCall()
75 if (contact.hasPrimaryPhoneNumber()) { in bind()
116 if (contact.hasPrimaryPhoneNumber()) { in promptForPrimaryNumber()
106 readableLabel = contact.hasPrimaryPhoneNumber() in setLabelText()
527 public boolean hasPrimaryPhoneNumber() { in hasPrimaryPhoneNumber() method in Contact