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

1 2

  /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 200 final long rawContactId = rawContactDelta.getRawContactId();
268 rawContactEditor.getNameEditor().getRawContactId(),
290 rawContactEditor.getNameEditor().getRawContactId(),
333 mExpandedEditors.put(childEditor.getRawContactId(), childEditor.isCollapsed());
378 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) {
511 if (editor.getRawContactId() == rawContactId) {
532 final long rawContactId = entity.getRawContactId();
566 mRawContactId = editor.getRawContactId();
577 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
RawContactReadOnlyEditorView.java 138 mRawContactId = state.getRawContactId();
252 public long getRawContactId() {
CompactRawContactsEditorView.java 146 if (rawContactDelta.isVisible() && rawContactDelta.getRawContactId() > 0) {
192 return getItem(position).getRawContactId();
554 kindSectionData.getRawContactDelta().getRawContactId()));
782 if (rawContactDelta.isVisible() && rawContactDelta.getRawContactId() > 0) {
    [all...]
RawContactEditorView.java 203 mRawContactId = state.getRawContactId();
398 public long getRawContactId() {
BaseRawContactEditorView.java 134 public abstract long getRawContactId();
LabeledEditorView.java 123 public Long getRawContactId() {
124 return mState == null ? null : mState.getRawContactId();
CompactKindSectionView.java 373 valuesDelta, rawContactDelta.getRawContactId(), mListener));
ContactEditorBaseFragment.java     [all...]
  /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 419 public Long getRawContactId(int index) {
445 final Long currentId = getRawContactId(i);
RawContactDelta.java 221 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(),
676 membersArray[i] = listMembers.get(i).getRawContactId();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 465 final long rawContactId = getRawContactId(state, diffWrapper, results);
522 Long rawContactId = state.getRawContactId(i);
625 private long getRawContactId(RawContactDeltaList state,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 229 final long newRawContactId = newMatch.getRawContactId();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 428 milliseconds

1 2