Home
last modified time | relevance | path

Searched refs:getRawContactId (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java844 final long rawContactId = rawContactDelta.getRawContactId(); in bindEditors()
972 mExpandedEditors.put(childEditor.getRawContactId(), childEditor.isCollapsed()); in updatedExpandedEditorsMap()
1014 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) { in bindPhotoHandler()
1611 Long oneId = one.getRawContactId(); in compare()
1612 Long twoId = two.getRawContactId(); in compare()
1641 long rawContactId = rawContactEditor.getRawContactId(); in acquireAggregationSuggestions()
1940 if (editor.getRawContactId() == rawContactId) {
1961 final long rawContactId = entity.getRawContactId();
2069 mRawContactId = editor.getRawContactId();
2080 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
DRawContactReadOnlyEditorView.java147 mRawContactId = state.getRawContactId(); in setState()
261 public long getRawContactId() { in getRawContactId() method in RawContactReadOnlyEditorView
DRawContactEditorView.java189 mRawContactId = state.getRawContactId(); in setState()
398 public long getRawContactId() { in getRawContactId() method in RawContactEditorView
DBaseRawContactEditorView.java134 public abstract long getRawContactId(); in getRawContactId() method in BaseRawContactEditorView
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java244 public Long getRawContactId(int index) { in getRawContactId() method in EntitySet
267 final Long currentId = getRawContactId(i); in indexOfRawContactId()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java443 loadMemberToAddToGroup(member.getRawContactId(), in setupEditorForAccount()
694 membersArray[i] = listMembers.get(i).getRawContactId(); in convertToArray()
866 public long getRawContactId() { in getRawContactId() method in GroupEditorFragment.Member
DSuggestedMemberListAdapter.java347 public long getRawContactId() { in getRawContactId() method in SuggestedMemberListAdapter.SuggestedMember
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java306 raw.getRawContactId() != null ? raw.getRawContactId() : -1, in saveToContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java299 public Long getRawContactId(int index) { in getRawContactId() method in RawContactDeltaList
325 final Long currentId = getRawContactId(i); in indexOfRawContactId()
DRawContactDelta.java218 public Long getRawContactId() { in getRawContactId() method in RawContactDelta
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java371 final long rawContactId = getRawContactId(state, diff, results); in saveContact()
423 Long rawContactId = state.getRawContactId(i); in saveContact()
504 private long getRawContactId(RawContactDeltaList state, in getRawContactId() method in ContactSaveService
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1340 (contactData.getNameRawContactId() == dataItem.getRawContactId()); in dataItemToEntry()
1662 List<DataItem> bucket = buckets.get(dataItem.getRawContactId()); in gPlusOrHangoutsDataItemsToEntries()
1665 buckets.put(dataItem.getRawContactId(), bucket); in gPlusOrHangoutsDataItemsToEntries()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataItem.java105 public Long getRawContactId() { in getRawContactId() method in DataItem
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1368 public long getRawContactId() { in getRawContactId() method in BaseContactsProvider2Test.GoldenContact