Home
last modified time | relevance | path

Searched refs:testArray (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/
DResolverServiceMethodFallbackTest.kt72 private val testArray = IntArray(10) { Random.nextInt() } in <lambda>() constant
75 private val testInfoWeb = InstantAppRequestInfo(testIntentWeb, testArray, testUser, in <lambda>()
77 private val testInfoNotWeb = InstantAppRequestInfo(testIntentNotWeb, testArray, testUser, in <lambda>()
83 private val infoOne: Method = { onGetInstantAppResolveInfo(testArray, testToken, in <lambda>()
85 private val infoTwo: Method = { onGetInstantAppResolveInfo(it.intent, testArray, testToken, in <lambda>()
87 private val infoThree: Method = { onGetInstantAppResolveInfo(it.intent, testArray, testUser, in <lambda>()
91 private val filterOne: Method = { onGetInstantAppIntentFilter(testArray, testToken, in <lambda>()
93 private val filterTwo: Method = { onGetInstantAppIntentFilter(it.intent, testArray, in <lambda>()
95 private val filterThree: Method = { onGetInstantAppIntentFilter(it.intent, testArray, in <lambda>()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DComplexMovementTest.java90 ArrayList<Ring> testArray = ((ComplexMovementPath) mTestPath).getRings(); in testRings() local
92 for (int i = 0; i < testArray.size(); i++) { in testRings()
93 if (!testArray.get(i).isEntered()) { in testRings()
/cts/tests/tests/media/src/android/media/cts/
DMediaDrmMockTest.java117 byte testArray[] = {0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x10, 0x11, 0x12}; in testByteArrayProperties()
118 md.setPropertyByteArray("test-array", testArray); in testByteArrayProperties()
119 assertTrue(Arrays.equals(md.getPropertyByteArray("test-array"), testArray)); in testByteArrayProperties()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1678 int testArray[] = new int[] { PREMUL_COLOR }; in testSetPremultipliedData() local
1679 bitmap.setPixels(testArray, 0, 1, 0, 0, 1, 1); in testSetPremultipliedData()
1680 bitmap.getPixels(testArray, 0, 1, 0, 0, 1, 1); in testSetPremultipliedData()