Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_StatusUpdatesTest.java61 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in setUp()
113 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertStatusUpdate()
124 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in assertRowCount()
134 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in assertPresence()
144 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in assertStatus()
DContactsContract_PinnedPositionsTest.java88 applyBatch(mResolver, operations); in testPinnedPositionsUpdate()
109 applyBatch(mResolver, operations); in testPinnedPositionsUpdate()
156 applyBatch(mResolver, operations); in testPinnedPositionsAfterJoinAndSplit()
225 applyBatch(mResolver, operations); in testPinnedPositionsAfterJoinAndSplit()
299 applyBatch(mResolver, operations); in testPinnedPositionsAfterDemoteAndUndemote()
396 private static void applyBatch(ContentResolver resolver, in applyBatch() method in ContactsContract_PinnedPositionsTest
399 resolver.applyBatch(ContactsContract.AUTHORITY, operations); in applyBatch()
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java109 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testChannels()
138 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testChannels()
224 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testPrograms()
247 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testPrograms()
284 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testPrograms()
/cts/tests/tests/content/src/android/content/cts/
DContentProviderClientTest.java356 mContentProviderClient.applyBatch(AUTHORITY, OPS); in testApplyBatch()
358 verify(mIContentProvider).applyBatch(mAttributionSource, AUTHORITY, OPS); in testApplyBatch()
363 doAnswer(ANSWER_SLEEP).when(mIContentProvider).applyBatch(mAttributionSource, in testApplyBatchTimeout()
366 testTimeout(() -> mContentProviderClient.applyBatch(AUTHORITY, OPS)); in testApplyBatchTimeout()
368 verify(mIContentProvider).applyBatch(mAttributionSource, AUTHORITY, OPS); in testApplyBatchTimeout()
DContentResolverWrapTest.java104 doReturn(RESULTS).when(mProvider).applyBatch(AUTHORITY, OPERATIONS); in testApplyBatch()
105 assertEquals(RESULTS, mResolver.applyBatch(AUTHORITY, OPERATIONS)); in testApplyBatch()
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStore_FilesTest.java373 final ContentProviderResult[] first = mResolver.applyBatch(mExternalImages.getAuthority(), in testGeneration()
375 final ContentProviderResult[] second = mResolver.applyBatch(mExternalImages.getAuthority(), in testGeneration()
387 final ContentProviderResult[] third = mResolver.applyBatch(mExternalImages.getAuthority(), in testGeneration()
DMediaStorePendingTest.java469 mResolver.applyBatch(MediaStore.AUTHORITY, new ArrayList<>( in testMatchingColumns()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DEabBulkCapabilityUpdaterTest.java369 mContentResolver.applyBatch(ContactsContract.AUTHORITY, operationList); in deleteTestContact()
402 result = mContentResolver.applyBatch(ContactsContract.AUTHORITY, contactInfoList); in insertContactToContactProvider()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1107 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertContact()
1273 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in removeAllTestContactsInProfile()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java225 mContext.getContentResolver().applyBatch(ContactsContract.AUTHORITY, operationList); in test()
1155 mContext.getContentResolver().applyBatch(ContactsContract.AUTHORITY, operationList); in insertSingleContact()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java796 return contentResolver.applyBatch(ContactsContract.AUTHORITY, ops)[0].uri; in insertContact()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java373 mContext.getContentResolver().applyBatch(ContactsContract.AUTHORITY, operationList); in insertSingleContact()
386 mContext.getContentResolver().applyBatch(ContactsContract.AUTHORITY, operationList); in deleteSingleContact()