Home
last modified time | relevance | path

Searched refs:PHONES_PROJECTION (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java35 private static final String[] PHONES_PROJECTION = new String[] { field in LegacyPhoneNumberListAdapter
61 loader.setProjection(PHONES_PROJECTION); in configureLoader()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java63 static final String[] PHONES_PROJECTION = new String[] { field in ShowOrCreateActivity
139 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java58 private static final String[] PHONES_PROJECTION = new String[]{ field in AtPhonebook
441 pbr.cursor = mContentResolver.query(phoneContentUri, PHONES_PROJECTION, where, null, in queryPhonebook()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java190 static final String[] PHONES_PROJECTION = new String[] { field in NotificationMgr