Searched refs:getContactMethodType (Results 1 – 3 of 3) sorted by relevance
2060 return getContactMethodType(uri); in getType()2076 return getContactMethodType(uri); in getType()2090 private String getContactMethodType(Uri url) { in getContactMethodType() method in LegacyApiSupport
328 public int getContactMethodType() { in getContactMethodType() method in Contact
3223 if (Contact.CONTACT_METHOD_TYPE_PHONE == contact.getContactMethodType()) { in launchMultiplePhonePicker()