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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
MatchScore.java 27 private long mRawContactId;
39 this.mRawContactId = rawContactId;
45 this.mRawContactId = 0;
51 this.mRawContactId = rawContactId;
67 return mRawContactId;
146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore +
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
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 163 ids.mRawContactId);
168 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
178 RawContactUtil.update(mResolver, ids.mRawContactId, values);
184 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
192 RawContactUtil.delete(mResolver, ids.mRawContactId, false);
197 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
205 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_DataUsageTest.java 45 long[] dataIds = setupRawContactDataItems(ids.mRawContactId);
88 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
94 long[] dataIds = setupRawContactDataItems(ids.mRawContactId);
120 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
DatabaseAsserts.java 119 public long mRawContactId;
123 this.mRawContactId = rawContactId;
130 ", mRawContactId=" + mRawContactId +
ContactsContract_ContactsTest.java 165 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
183 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
201 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DeletedContacts.java 138 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DataTest.java 569 createData(ids.mRawContactId);
575 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
581 long dataId = createData(ids.mRawContactId);
592 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
661 long dataId = createData(ids.mRawContactId);
674 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PresenceContact.java 38 String mRawContactId = null;
52 mRawContactId = rawContactId;
70 return mRawContactId;
  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
DatabaseAsserts.java 103 public long mRawContactId;
107 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;
  /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);
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 60 private final long mRawContactId;
66 mRawContactId = rawContactId;
75 mListener.onNameFieldChanged(mRawContactId, mValuesDelta);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 1265 milliseconds