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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PinnedPositionsTest.java 78 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, unpinned));
79 assertValuesForRawContact(i2.mRawContactId, newContentValues(RawContacts.PINNED, unpinned));
80 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, unpinned));
81 assertValuesForRawContact(i4.mRawContactId, newContentValues(RawContacts.PINNED, unpinned));
100 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, 1));
101 assertValuesForRawContact(i2.mRawContactId, newContentValues(RawContacts.PINNED, unpinned));
102 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, 3));
103 assertValuesForRawContact(i4.mRawContactId, newContentValues(RawContacts.PINNED, 2));
120 assertValuesForRawContact(i1.mRawContactId,
122 assertValuesForRawContact(i2.mRawContactId,
    [all...]
ContactsContract_RawContactsTest.java 134 ids.mRawContactId);
139 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
149 RawContactUtil.update(mResolver, ids.mRawContactId, values);
155 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
163 RawContactUtil.delete(mResolver, ids.mRawContactId, false);
168 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
176 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DataUsageTest.java 44 long[] dataIds = setupRawContactDataItems(ids.mRawContactId);
58 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
64 long[] dataIds = setupRawContactDataItems(ids.mRawContactId);
81 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsProvider2_AccountRemovalTest.java 143 DataUtil.insertPhoneNumber(mResolver, ids1.mRawContactId, "555-5555");
147 DataUtil.insertPhoneNumber(mResolver, ids2.mRawContactId, "555-5555");
150 long mergedContactId = assertMerged(System.currentTimeMillis(), ids1.mRawContactId,
151 ids2.mRawContactId);
224 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) {
ContactsContract_ContactsTest.java 125 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
143 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
161 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DataTest.java 277 createData(ids.mRawContactId);
283 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
289 long dataId = createData(ids.mRawContactId);
300 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
369 long dataId = createData(ids.mRawContactId);
382 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DeletedContacts.java 138 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DatabaseAsserts.java 88 public long mRawContactId;
92 this.mRawContactId = rawContactId;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 61 private final long mRawContactId;
70 return mRawContactId;
165 if (mRawContactId > 0) {
166 json.put("c", mRawContactId);
194 mRawContactId = rawContactId;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 117 public long mRawContactId;
121 this.mRawContactId = rawContactId;
128 ", mRawContactId=" + mRawContactId +
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 44 private long mRawContactId;
117 mRawContactId = rawContactId;
364 mValues.put(Phone.RAW_CONTACT_ID, mRawContactId);