Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java770 long rawContactId = getRequiredValue(values, ContactMethods.PERSON_ID); in insert()
776 long rawContactId = getRequiredValue(values, in insert()
789 long rawContactId = getRequiredValue(values, in insert()
800 long rawContactId = getRequiredValue(values, in insert()
802 long groupId = getRequiredValue(values, in insert()
821 private long getRequiredValue(ContentValues values, String column) { in getRequiredValue() method in LegacyApiSupport