HomeSort by relevance Sort by last modified time
    Searched refs:hasPhone (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
SimContact.java 85 if (!hasName() && !hasPhone() && !hasEmails()) return;
129 public boolean hasPhone() {
SimCard.java 113 public boolean hasPhone() {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 112 final boolean hasPhone = PhoneCapabilityTester.isPhone(mContext);
123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number)
133 if (hasPhone && hasSms) {
138 } else if (hasPhone) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
ContactsMatchers.java 55 public static Matcher<Cursor> hasPhone(final String phone) {
  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDaoImpl.java 306 if (contact.hasName() || contact.hasPhone() || contact.hasEmails()) {
319 if (contact.hasPhone()) {
335 if (contact.hasPhone()) {
351 if (!contact.hasPhone() && contact.hasName()) {
  /packages/apps/Contacts/tests/src/com/android/contacts/database/
SimContactDaoTests.java 22 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasPhone;
141 assertThat(cursor, hasPhone("15095550101"));
147 assertThat(cursor, hasPhone("15095550102"));
153 assertThat(cursor, hasPhone("15095550103"));
184 assertThat(cursor, hasPhone("15095550111"));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 436 } else if (contact.hasPhone()) {

Completed in 2766 milliseconds