Home
last modified time | relevance | path

Searched refs:holders (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE20 * Neither the names of the copyright holders nor the names of the contributors
24 This software is provided by the copyright holders and contributors "as is" and
27 In no event shall copyright holders or contributors be liable for any direct,
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsRoleManagerAdapter.java96 List<String> holders = new ArrayList<>(); in getRoleHolder() local
100 holders.addAll(previousHolders); in getRoleHolder()
103 return holders; in getRoleHolder()
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license28 * Neither the names of the copyright holders nor the names of the contributors
32 This software is provided by the copyright holders and contributors "as is" and
35 In no event shall copyright holders or contributors be liable for any direct,
/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java1392 ImageResultHolder[] holders = new ImageResultHolder[isReprocessCaptures.length]; in doMixedReprocessBurstCapture() local
1401 holders[i] = new ImageResultHolder(image, finalResults[j]); in doMixedReprocessBurstCapture()
1408 image.getTimestamp(), holders[i]); in doMixedReprocessBurstCapture()
1411 holders[i] = new ImageResultHolder(image, finalResults[i]); in doMixedReprocessBurstCapture()
1415 return holders; in doMixedReprocessBurstCapture()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java394 PropertyValuesHolder[] holders = a2.getValues(); in testValuesSetterAndGetter() local
395 assertEquals(2, holders.length); in testValuesSetterAndGetter()
399 ValueAnimator a1 = ValueAnimator.ofPropertyValuesHolder(holders); in testValuesSetterAndGetter()