Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java516 ArrayList<Long> testVectorA = new ArrayList(Arrays.asList(1L, 2L, 3L)); in runClientSafeUnionTests() local
522 one = safeunionInterface.setI(one, testVectorA); in runClientSafeUnionTests()
526 two = safeunionInterface.setI(two, (ArrayList<Long>) testVectorA.clone()); in runClientSafeUnionTests()