HomeSort by relevance Sort by last modified time
    Searched full:person_id (Results 1 - 13 of 13) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 149 values.put(Organizations.PERSON_ID, personId);
156 values.put(Organizations.PERSON_ID, personId);
192 values.put(Phones.PERSON_ID, personId);
199 values.put(Phones.PERSON_ID, personId);
237 values.put(ContactMethods.PERSON_ID, personId);
260 values.put(ContactMethods.PERSON_ID, personId);
269 values.put(ContactMethods.PERSON_ID, personId);
329 values.put(Organizations.PERSON_ID, personId);
343 assertTypeAndLabelConstraints(Organizations.CONTENT_URI, Organizations.PERSON_ID, personId,
362 values.put(Organizations.PERSON_ID, personId)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 208 Photos._ID, Photos.EXISTS_ON_SERVER, Photos.PERSON_ID,
231 value.put(Photos.PERSON_ID, 1);
253 Phones._ID, Phones.PERSON_ID, Phones.TYPE, Phones.NUMBER,
275 value.put(Phones.PERSON_ID, peopleId);
282 PHONES_PROJECTION, Phones.PERSON_ID + " = " + peopleId,
317 Phones.PERSON_ID + " = " + peopleId, null, null, null);
334 Organizations.PERSON_ID};
360 value.put(Organizations.PERSON_ID, peopleId);
366 Organizations.PERSON_ID + " = " + peopleId,
400 Organizations.PERSON_ID + " = " + peopleId, null, null, null)
    [all...]
Contacts_PeopleTest.java 137 cursor.getColumnIndex(android.provider.Contacts.GroupMembership.PERSON_ID);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfo.java 265 // Look for the person_id.
275 // cache the lookup key for later use with person_id to create lookup URIs
282 // No valid columnIndex, so we can't look up person_id.
285 // person_id will be broken (like contact photo lookups in
445 * Returns the column index to use to find the "person_id" field in
450 * a Cursor. Looking up the person_id is nontrivial (compared to all
458 * person_id, or -1 if we couldn't figure out what colum to use.
475 // that the person_id field will be left unset.
484 // So instead, figure out the column to use for person_id by just
517 + "' (columnIndex = " + columnIndex + ") for person_id lookup...")
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 225 // Look for the person_id.
239 // No valid columnIndex, so we can't look up person_id.
242 // person_id will be broken (like contact photo lookups in
482 * Returns the column index to use to find the "person_id" field in
487 * a Cursor. Looking up the person_id is nontrivial (compared to all
495 * person_id, or -1 if we couldn't figure out what colum to use.
512 // that the person_id field will be left unset.
521 // So instead, figure out the column to use for person_id by just
554 + "' (columnIndex = " + columnIndex + ") for person_id lookup...");
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneQuery.java 78 public static final int PERSON_ID = 0;
ContactInfoHelper.java 196 info.lookupUri = Contacts.getLookupUri(phoneLookupCursor.getLong(PhoneQuery.PERSON_ID),
207 phoneLookupCursor.getLong(PhoneQuery.PERSON_ID));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 406 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.PERSON_ID,
407 android.provider.Contacts.Organizations.PERSON_ID);
421 sContactMethodProjectionMap.put(ContactMethods.PERSON_ID, ContactMethods.PERSON_ID);
432 sPhoneProjectionMap.put(android.provider.Contacts.Phones.PERSON_ID,
433 android.provider.Contacts.Phones.PERSON_ID);
448 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.PERSON_ID,
449 android.provider.Contacts.Extensions.PERSON_ID);
468 sGroupMembershipProjectionMap.put(android.provider.Contacts.GroupMembership.PERSON_ID,
469 android.provider.Contacts.GroupMembership.PERSON_ID);
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 540 values.put(GroupMembership.PERSON_ID, personId);
743 public static final String PERSON_ID = "person";
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 61 new String[] { Contacts.Phones.PERSON_ID };
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 600 milliseconds