Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPhonebookPullRequest.java70 e.constructInsertOperations(contactsProvider, insertOperations); in onPullComplete()
76 insertOperations = e.constructInsertOperations(contactsProvider, null); in onPullComplete()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryCommitter.java71 mOperationList = vcardEntry.constructInsertOperations(mContentResolver, mOperationList); in onEntryCreated()
H A DVCardEntry.java2554 public ArrayList<ContentProviderOperation> constructInsertOperations(ContentResolver resolver, in constructInsertOperations() method in VCardEntry
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java356 entry.constructInsertOperations(resolver, operationList); in testConstructInsertOperationsInsertName()
373 entry.constructInsertOperations(resolver, operationList); in testConstructInsertOperationsEmptyData()