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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java114 public abstract long getRawContactId(); method in class:BaseRawContactEditorView
H A DContactEditorFragment.java1379 long rawContactId = rawContactEditor.getRawContactId();
1670 if (editor.getRawContactId() == rawContactId) {
1852 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
1872 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
H A DRawContactEditorView.java404 public long getRawContactId() { method in class:RawContactEditorView
H A DRawContactReadOnlyEditorView.java283 public long getRawContactId() { method in class:RawContactReadOnlyEditorView
/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 DEntityDeltaList.java282 public Long getRawContactId(int index) { method in class:EntityDeltaList
305 final Long currentId = getRawContactId(i);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java342 public long getRawContactId() { method in class:SuggestedMemberListAdapter.SuggestedMember
H A DGroupEditorFragment.java443 loadMemberToAddToGroup(member.getRawContactId(),
703 membersArray[i] = listMembers.get(i).getRawContactId();
874 public long getRawContactId() { method in class:GroupEditorFragment.Member
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java323 final long rawContactId = getRawContactId(state, diff, results);
367 Long rawContactId = state.getRawContactId(i);
403 private long getRawContactId(EntityDeltaList state, method in class:ContactSaveService
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1219 public long getRawContactId() { method in class:BaseContactsProvider2Test.GoldenContact

Completed in 361 milliseconds