HomeSort by relevance Sort by last modified time
    Searched refs:mRawContactId (Results 1 - 20 of 20) 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/
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 168 ids.mRawContactId);
173 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
183 RawContactUtil.update(mResolver, ids.mRawContactId, values);
189 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
197 RawContactUtil.delete(mResolver, ids.mRawContactId, false);
202 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
210 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 132 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
150 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
168 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DeletedContacts.java 138 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
ContactsContract_DataTest.java 541 createData(ids.mRawContactId);
547 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
553 long dataId = createData(ids.mRawContactId);
564 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
633 long dataId = createData(ids.mRawContactId);
646 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
    [all...]
  /packages/providers/ContactsProvider/tests/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;
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 69 private long mRawContactId = -1;
138 mRawContactId = state.getRawContactId();
253 return mRawContactId;
262 ContentUris.withAppendedId(RawContacts.CONTENT_URI, mRawContactId));
RawContactEditorView.java 84 private long mRawContactId = -1;
203 mRawContactId = state.getRawContactId();
399 return mRawContactId;
ContactEditorFragment.java 558 final long mRawContactId;
566 mRawContactId = editor.getRawContactId();
632 mUpdatedPhotos.remove(String.valueOf(mRawContactId));
639 setPhoto(mRawContactId, bitmap, uri);
CompactKindSectionView.java 57 private final long mRawContactId;
63 mRawContactId = rawContactId;
72 mListener.onNameFieldChanged(mRawContactId, mValuesDelta);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 119 public long mRawContactId;
123 this.mRawContactId = rawContactId;
130 ", 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);
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 327 private long mRawContactId;
334 mRawContactId = rawContactId;
348 return mRawContactId;
GroupEditorFragment.java 795 private long mRawContactId;
    [all...]
  /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 831 milliseconds