Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java961 return updateSettings(values); in update()
1251 private int updateSettings(ContentValues values) { in updateSettings() method in LegacyApiSupport
DContactsProvider2.java3161 return updateSettings(values, selection, selectionArgs); in insertSettings()
4003 count = updateSettings( in updateInTransaction()
4279 private int updateSettings(ContentValues values, String selection, String[] selectionArgs) { in updateSettings() method in ContactsProvider2