Searched refs:getRawContactId (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java113 public abstract long getRawContactId(); method in class:BaseRawContactEditorView
H A DRawContactReadOnlyEditorView.java164 mRawContactId = state.getRawContactId();
272 public long getRawContactId() { method in class:RawContactReadOnlyEditorView
H A DContactEditorFragment.java725 final long rawContactId = rawContactDelta.getRawContactId();
852 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) {
1367 Long oneId = one.getRawContactId();
1368 Long twoId = two.getRawContactId();
1399 long rawContactId = rawContactEditor.getRawContactId();
1671 if (editor.getRawContactId() == rawContactId) {
1692 final long rawContactId = entity.getRawContactId();
1798 mRawContactId = editor.getRawContactId();
1809 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
H A DRawContactEditorView.java174 mRawContactId = state.getRawContactId();
403 public long getRawContactId() { method in class:RawContactEditorView
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java244 public Long getRawContactId(int index) { method in class:EntitySet
267 final Long currentId = getRawContactId(i);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java305 public Long getRawContactId(int index) { method in class:RawContactDeltaList
331 final Long currentId = getRawContactId(i);
H A DRawContactDelta.java225 public Long getRawContactId() { method in class:RawContactDelta
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java214 raw.getRawContactId(),
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java120 public long getRawContactId() { method in class:DataItem
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java343 public long getRawContactId() { method in class:SuggestedMemberListAdapter.SuggestedMember
H A DGroupEditorFragment.java441 loadMemberToAddToGroup(member.getRawContactId(),
688 membersArray[i] = listMembers.get(i).getRawContactId();
858 public long getRawContactId() { method in class:GroupEditorFragment.Member
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java369 final long rawContactId = getRawContactId(state, diff, results);
415 Long rawContactId = state.getRawContactId(i);
521 private long getRawContactId(RawContactDeltaList state, method in class:ContactSaveService
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1319 public long getRawContactId() { method in class:BaseContactsProvider2Test.GoldenContact

Completed in 242 milliseconds