Searched defs:PHONE_TYPE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DPhoneQuery.java38 public static final int PHONE_TYPE = 2; field in class:PhoneQuery
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java77 public static final int PHONE_TYPE = 1; field in class:PhoneNumberListAdapter.PhoneQuery
276 if (!cursor.isNull(PhoneQuery.PHONE_TYPE)) {
277 final int type = cursor.getInt(PhoneQuery.PHONE_TYPE);

Completed in 70 milliseconds