Home
last modified time | relevance | path

Searched refs:PHONES_PROJECTION (Results 1 – 5 of 5) 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.java60 static final String[] PHONES_PROJECTION = new String[] { field in ShowOrCreateActivity
132 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null); in onCreate()
/packages/apps/Phone/src/com/android/phone/
DBluetoothAtPhonebook.java57 private static final String[] PHONES_PROJECTION = new String[] { field in BluetoothAtPhonebook
352 pbr.cursor = mContext.getContentResolver().query(Phone.CONTENT_URI, PHONES_PROJECTION, in queryPhonebook()
DNotificationMgr.java293 static final String[] PHONES_PROJECTION = new String[] { field in NotificationMgr
363 PHONES_PROJECTION, null, null, PhoneLookup.NUMBER); in onQueryComplete()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java73 static final String[] PHONES_PROJECTION = new String[] { field in BluetoothPbapVcardManager