Searched refs:PHONES_PROJECTION (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyPhoneNumberListAdapter.java | 35 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/ |
D | ShowOrCreateActivity.java | 63 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/ |
D | AtPhonebook.java | 58 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/ |
D | NotificationMgr.java | 190 static final String[] PHONES_PROJECTION = new String[] { field in NotificationMgr
|