Searched refs:OPERATIONS (Results 1 – 2 of 2) sorted by relevance
59 private static final ArrayList<ContentProviderOperation> OPERATIONS = new ArrayList<>(); field in ContentResolverWrapTest104 doReturn(RESULTS).when(mProvider).applyBatch(AUTHORITY, OPERATIONS); in testApplyBatch()105 assertEquals(RESULTS, mResolver.applyBatch(AUTHORITY, OPERATIONS)); in testApplyBatch()
62 private static final int[] OPERATIONS = new int[] { field in DevicePolicySafetyCheckerIntegrationTester87 for (int operation : OPERATIONS) { in testAllOperations()