Home
last modified time | relevance | path

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

/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.java1477 int testArray[] = new int[] { PREMUL_COLOR }; in testSetPremultipliedData() local
1478 bitmap.setPixels(testArray, 0, 1, 0, 0, 1, 1); in testSetPremultipliedData()
1479 bitmap.getPixels(testArray, 0, 1, 0, 0, 1, 1); in testSetPremultipliedData()