/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContract_StatusUpdatesTest.java | 61 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()
|
D | ContactsContract_PinnedPositionsTest.java | 88 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/ |
D | TvProviderPerfTest.java | 109 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/ |
D | ContentProviderClientTest.java | 356 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()
|
D | ContentResolverWrapTest.java | 104 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/ |
D | MediaStore_FilesTest.java | 373 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()
|
D | MediaStorePendingTest.java | 469 mResolver.applyBatch(MediaStore.AUTHORITY, new ArrayList<>( in testMatchingColumns()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | EabBulkCapabilityUpdaterTest.java | 369 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/ |
D | ContactsTest.java | 1107 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertContact() 1273 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in removeAllTestContactsInProfile()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 225 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/ |
D | TestUtils.java | 796 return contentResolver.applyBatch(ContactsContract.AUTHORITY, ops)[0].uri; in insertContact()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 373 mContext.getContentResolver().applyBatch(ContactsContract.AUTHORITY, operationList); in insertSingleContact() 386 mContext.getContentResolver().applyBatch(ContactsContract.AUTHORITY, operationList); in deleteSingleContact()
|