Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentResolverWrapTest.java59 private static final ArrayList<ContentProviderOperation> OPERATIONS = new ArrayList<>(); field in ContentResolverWrapTest
104 doReturn(RESULTS).when(mProvider).applyBatch(AUTHORITY, OPERATIONS); in testApplyBatch()
105 assertEquals(RESULTS, mResolver.applyBatch(AUTHORITY, OPERATIONS)); in testApplyBatch()
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DDevicePolicySafetyCheckerIntegrationTester.java62 private static final int[] OPERATIONS = new int[] { field in DevicePolicySafetyCheckerIntegrationTester
87 for (int operation : OPERATIONS) { in testAllOperations()