Searched defs:isPhoneQuery (Results 1 - 1 of 1) sorted by last modified time

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java458 && (!isPhoneQuery() && contactId != RecipientEntry.GENERATED_CONTACT)) {
596 boolean drawPhotos = isPhoneQuery() ?
632 } else if (!leaveBlankIconSpacer || isPhoneQuery()) {
1006 if (isPhoneQuery() && isPhoneNumber(token)) {
1017 if (!isPhoneQuery()) {
1204 && end == getSelectionEnd() && !isPhoneQuery()) {
1563 if (isPhoneQuery() && isPhoneNumber(address)) {
1591 if (address != null && !(isPhoneQuery() && isPhoneNumber(address))) {
1672 if (!isPhoneQuery() && item.getContactId() == RecipientEntry.GENERATED_CONTACT) {
1879 if (!isPhoneQuery()
2676 protected boolean isPhoneQuery() { method in class:RecipientEditTextView
[all...]

Completed in 9 milliseconds