Searched refs:hasPhone (Results 1 – 7 of 7) sorted by relevance
112 final boolean hasPhone = PhoneCapabilityTester.isPhone(mContext); in DataAction()123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction()133 if (hasPhone && hasSms) { in DataAction()138 } else if (hasPhone) { in DataAction()
306 if (contact.hasName() || contact.hasPhone() || contact.hasEmails()) { in loadFromCursor()319 if (contact.hasPhone()) { in queryRawContactsForSimContacts()335 if (contact.hasPhone()) { in queryRawContactsForSimContacts()351 if (!contact.hasPhone() && contact.hasName()) { in queryRawContactsForSimContacts()
22 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasPhone;141 assertThat(cursor, hasPhone("15095550101")); in importFromSim()147 assertThat(cursor, hasPhone("15095550102")); in importFromSim()153 assertThat(cursor, hasPhone("15095550103")); in importFromSim()184 assertThat(cursor, hasPhone("15095550111")); in importContactWhichOnlyHasPhone()
85 if (!hasName() && !hasPhone() && !hasEmails()) return; in appendCreateContactOperations()129 public boolean hasPhone() { in hasPhone() method in SimContact
113 public boolean hasPhone() { in hasPhone() method in SimCard
55 public static Matcher<Cursor> hasPhone(final String phone) { in hasPhone() method in ContactsMatchers.DataCursor
436 } else if (contact.hasPhone()) { in getItemLabel()