Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java796 id = insertGroup(values); in insert()
892 private long insertGroup(ContentValues values) { in insertGroup() method in LegacyApiSupport
H A DContactsProvider2.java2726 id = insertGroup(uri, values, callerIsSyncAdapter); in insertInTransaction()
3249 private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertGroup() method in ContactsProvider2