Home
last modified time | relevance | path

Searched refs:loadRawContactValues (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java302 rawContact = new RawContact(loadRawContactValues(cursor)); in loadContactEntity()
469 private ContentValues loadRawContactValues(Cursor cursor) { in loadRawContactValues() method in ContactLoader
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java492 rawContact = new RawContact(loadRawContactValues(cursor)); in loadContactEntity()
629 private ContentValues loadRawContactValues(Cursor cursor) { in loadRawContactValues() method in ContactLoader