Searched refs:operations (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContract_PinnedPositionsTest.java | 83 final ArrayList<ContentProviderOperation> operations = in testPinnedPositionsUpdate() local 85 operations.add(newPinningOperation(i1.mContactId, 1, true)); in testPinnedPositionsUpdate() 86 operations.add(newPinningOperation(i3.mContactId, 3, true)); in testPinnedPositionsUpdate() 87 operations.add(newPinningOperation(i4.mContactId, 2, false)); in testPinnedPositionsUpdate() 88 applyBatch(mResolver, operations); in testPinnedPositionsUpdate() 105 operations.clear(); in testPinnedPositionsUpdate() 108 operations.add(newPinningOperation(i3.mContactId, unpinned, false)); in testPinnedPositionsUpdate() 109 applyBatch(mResolver, operations); in testPinnedPositionsUpdate() 147 final ArrayList<ContentProviderOperation> operations = in testPinnedPositionsAfterJoinAndSplit() local 150 operations.add(newPinningOperation(i1.mContactId, 1, true)); in testPinnedPositionsAfterJoinAndSplit() [all …]
|
/cts/tests/tvprovider/src/android/tvprovider/cts/ |
D | TvProviderPerfTest.java | 87 final ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in testChannels() local 97 operations.clear(); in testChannels() 104 operations.add( in testChannels() 109 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testChannels() 128 operations.clear(); in testChannels() 132 operations.add( in testChannels() 138 mContentResolver.applyBatch(TvContract.AUTHORITY, operations); in testChannels() 206 final ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in testPrograms() local 211 operations.clear(); in testPrograms() 218 operations.add( in testPrograms() [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | DevicePolicySafetyCheckerIntegrationTest.java | 91 int[] operations = new int [] { 121 operations = ArrayUtils.appendInt(operations, OPERATION_SET_OVERRIDE_APNS_ENABLED); 124 operations = ArrayUtils.appendInt(operations, 128 operations = ArrayUtils.appendInt(operations, 132 return operations;
|
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/ |
D | SequentialSensorOperation.java | 37 public void add(SensorOperation ... operations) { in add() argument 38 for (SensorOperation operation : operations) { in add()
|
D | ParallelSensorOperation.java | 70 public void add(SensorOperation ... operations) { in add() argument 71 for (SensorOperation operation : operations) { in add()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 201 The string operations (string assignment and string comparison) have 205 There has been some concern that the string operations are over- 207 these operations. This was true in particular when optimizing 213 spent in the string operations is, at least in all implementations 219 are not part of the language, so the string operations must be 293 operations by default that are invoked in other compilers only when
|