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.java772 long rawContactId = getRequiredValue(values, ContactMethods.PERSON_ID); in insert()
778 long rawContactId = getRequiredValue(values, in insert()
791 long rawContactId = getRequiredValue(values, in insert()
802 long rawContactId = getRequiredValue(values, in insert()
804 long groupId = getRequiredValue(values, in insert()
823 private long getRequiredValue(ContentValues values, String column) { in getRequiredValue() method in LegacyApiSupport