Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java386 rawContact = new RawContact(loadRawContactValues(cursor)); in loadContactEntity()
536 private ContentValues loadRawContactValues(Cursor cursor) { in loadRawContactValues() method in ContactLoader