HomeSort by relevance Sort by last modified time
    Searched refs:PHONES_PROJECTION (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 38 private static final String[] PHONES_PROJECTION = new String[] {
64 loader.setProjection(PHONES_PROJECTION);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 64 static final String[] PHONES_PROJECTION = new String[] {
140 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 58 private static final String[] PHONES_PROJECTION = new String[] {
434 pbr.cursor = mContentResolver.query(phoneContentUri, PHONES_PROJECTION,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 252 final String[] PHONES_PROJECTION = new String[] {
282 PHONES_PROJECTION, Phones.PERSON_ID + " = " + peopleId,
302 cursor = mProvider.query(Phones.CONTENT_URI, PHONES_PROJECTION,
316 cursor = mProvider.query(Phones.CONTENT_URI, PHONES_PROJECTION,
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 170 static final String[] PHONES_PROJECTION = new String[] {

Completed in 92 milliseconds