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

/frameworks/base/core/java/android/provider/
H A DContacts.java87 * Signifies an Phone row that is stored in the Phones table
658 * A sub directory of a single person that contains all of their Phones.
662 public static final class Phones implements BaseColumns, PhonesColumns, class in class:Contacts.People
667 private Phones() {} method in class:Contacts.People.Phones
855 * Columns from the Phones table that other columns join into themselves.
949 public static final class Phones class in class:Contacts
954 private Phones() {} method in class:Contacts.Phones
964 if (type != People.Phones.TYPE_CUSTOM) {
971 display = labels[People.Phones.TYPE_HOME - 1];
1748 * A sub directory of a single person that contains all of their Phones
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java153 phoneColumn = Contacts.People.Phones.NUMBER;

Completed in 214 milliseconds