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

  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PresenceContact.java 69 public String getRawContactId() {
EABDbUtil.java 179 contactList.get(j).getRawContactId(), contactList.get(j).getContactId(),
286 rawContactIdList[j] = contactList.get(j).getRawContactId();
338 rawContactIdList[j] = contactList.get(j).getRawContactId();
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 132 if (rawContact.getRawContactId() > 0) {
133 rawContactId = rawContact.getRawContactId();
255 Log.i(TAG, "Deleting contact: " + Long.toString(rawContact.getRawContactId()));
256 deleteContact(context, rawContact.getRawContactId(), batchOperation);
259 clearDirtyFlag(context, rawContact.getRawContactId(), batchOperation);
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 69 public long getRawContactId() {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_TestDataBuilder.java 341 public long getRawContactId() {

Completed in 503 milliseconds