Searched refs:getRawContactId (Results 1 - 12 of 12) 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 DContactEditorFragment.java796 final long rawContactId = rawContactDelta.getRawContactId();
926 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) {
1446 Long oneId = one.getRawContactId();
1447 Long twoId = two.getRawContactId();
1476 long rawContactId = rawContactEditor.getRawContactId();
1751 if (editor.getRawContactId() == rawContactId) {
1772 final long rawContactId = entity.getRawContactId();
1879 mRawContactId = editor.getRawContactId();
1890 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
H A DRawContactReadOnlyEditorView.java164 mRawContactId = state.getRawContactId();
280 public long getRawContactId() { method in class:RawContactReadOnlyEditorView
H A DRawContactEditorView.java220 mRawContactId = state.getRawContactId();
444 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/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDeltaList.java299 public Long getRawContactId(int index) { method in class:RawContactDeltaList
325 final Long currentId = getRawContactId(i);
H A DRawContactDelta.java218 public Long getRawContactId() { method in class:RawContactDelta
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java254 raw.getRawContactId(),
/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(),
692 membersArray[i] = listMembers.get(i).getRawContactId();
862 public long getRawContactId() { method in class:GroupEditorFragment.Member
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java374 final long rawContactId = getRawContactId(state, diff, results);
420 Long rawContactId = state.getRawContactId(i);
500 private long getRawContactId(RawContactDeltaList state, method in class:ContactSaveService
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1306 public long getRawContactId() { method in class:BaseContactsProvider2Test.GoldenContact

Completed in 109 milliseconds