Searched refs:testArray (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/ |
D | ResolverServiceMethodFallbackTest.kt | 72 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/ |
D | ComplexMovementTest.java | 90 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/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 1678 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()
|