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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatchingCandidates.java 53 mRawContactIds.add(score.getRawContactId());
56 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId());
59 mRawContactToContact.put(score.getRawContactId(), score.getContactId());
94 mRawContactToContact.put(mBestMatches.get(i).getRawContactId(),
102 mRawContactToAccount.put(mBestMatches.get(i).getRawContactId(),
110 mRawContactIds.add(mBestMatches.get(i).getRawContactId());
MatchScore.java 66 public long getRawContactId() {
RawContactMatcher.java 299 rawContactIds.add(score.getRawContactId());
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 121 Long oneId = one.getRawContactId();
122 Long twoId = two.getRawContactId();
ContactEditorFragment.java 220 final long rawContactId = rawContactDelta.getRawContactId();
278 rawContactEditor.getNameEditor().getRawContactId(),
305 rawContactEditor.getNameEditor().getRawContactId(),
402 mExpandedEditors.put(childEditor.getRawContactId(), childEditor.isCollapsed());
444 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) {
591 if (editor.getRawContactId() == rawContactId) {
612 final long rawContactId = entity.getRawContactId();
646 mRawContactId = editor.getRawContactId();
657 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
CompactRawContactsEditorView.java 402 mPhotoRawContactId = rawContactDelta.getRawContactId();
430 mPhotoRawContactId = rawContactDelta.getRawContactId();
453 mPhotoRawContactId = rawContactDelta.getRawContactId();
474 mPhotoRawContactId = rawContactDelta.getRawContactId();
495 mPhotoRawContactId = rawContactDelta.getRawContactId();
530 mNameValuesDelta, rawContactDelta.getRawContactId(), mListener);
565 mNameValuesDelta, rawContactDelta.getRawContactId(), mListener);
587 superPrimaryValuesDelta, rawContactDelta.getRawContactId(), mListener);
609 mNameValuesDelta, rawContactDelta.getRawContactId(), mListener);
630 mNameValuesDelta, rawContactDelta.getRawContactId(), mListener)
    [all...]
RawContactReadOnlyEditorView.java 136 mRawContactId = state.getRawContactId();
250 public long getRawContactId() {
RawContactEditorView.java 190 mRawContactId = state.getRawContactId();
386 public long getRawContactId() {
BaseRawContactEditorView.java 134 public abstract long getRawContactId();
LabeledEditorView.java 125 public Long getRawContactId() {
126 return mState == null ? null : mState.getRawContactId();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 244 public Long getRawContactId(int index) {
267 final Long currentId = getRawContactId(i);
  /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...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 337 raw.getRawContactId() != null ? raw.getRawContactId() : -1,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 299 public Long getRawContactId(int index) {
325 final Long currentId = getRawContactId(i);
RawContactDelta.java 218 public Long getRawContactId() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 69 public long getRawContactId() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java 105 public Long getRawContactId() {
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 333 public long getRawContactId() {
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 347 public long getRawContactId() {
GroupEditorFragment.java 443 loadMemberToAddToGroup(member.getRawContactId(),
694 membersArray[i] = listMembers.get(i).getRawContactId();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 403 final long rawContactId = getRawContactId(state, diff, results);
460 Long rawContactId = state.getRawContactId(i);
540 private long getRawContactId(RawContactDeltaList state,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 227 final long newRawContactId = newMatch.getRawContactId();
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java     [all...]

Completed in 317 milliseconds