Searched refs:isPhoneQuery (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java463 && (!isPhoneQuery() && contactId != RecipientEntry.GENERATED_CONTACT)) {
602 boolean drawPhotos = isPhoneQuery() ?
638 } else if (!leaveBlankIconSpacer || isPhoneQuery()) {
1015 if (isPhoneQuery() && isPhoneNumber(token)) {
1193 && end == getSelectionEnd() && !isPhoneQuery()) {
1577 if (isPhoneQuery() && isPhoneNumber(address)) {
1679 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
1886 if (!isPhoneQuery() && getLineCount() > mMaxLines) {
2021 || (!isPhoneQuery() && contactId == RecipientEntry.GENERATED_CONTACT);
2239 if (!isPhoneQuery()) {
2825 protected boolean isPhoneQuery() { method in class:RecipientEditTextView
[all...]

Completed in 39 milliseconds