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.java520 ArrayList<Long> testVectorA = new ArrayList(Arrays.asList(1L, 2L, 3L)); in runClientSafeUnionTests() local
526 one = safeunionInterface.setI(one, testVectorA); in runClientSafeUnionTests()
530 two = safeunionInterface.setI(two, (ArrayList<Long>) testVectorA.clone()); in runClientSafeUnionTests()