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

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DPhoneQuery.java24 final class PhoneQuery { class
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java45 protected static class PhoneQuery { class in class:PhoneNumberListAdapter
131 loader.setProjection(PhoneQuery.PROJECTION_PRIMARY);
133 loader.setProjection(PhoneQuery.PROJECTION_ALTERNATIVE);
197 return ((Cursor) getItem(position)).getString(PhoneQuery.PHONE_DISPLAY_NAME);
208 long id = cursor.getLong(PhoneQuery.PHONE_ID);
238 final long currentContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
240 final long previousContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
247 final long nextContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
262 bindQuickContact(view, partition, cursor, PhoneQuery.PHONE_PHOTO_ID,
263 PhoneQuery
[all...]

Completed in 1240 milliseconds