Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java238 private void ExpectDeepEq(Object l, Object r) { in ExpectDeepEq() method in HidlTestJava
315 ExpectDeepEq(testArray, safeUnion.f()); in runClientSafeUnionTests()
320 ExpectDeepEq(testVector, safeUnion.i()); in runClientSafeUnionTests()
329 ExpectDeepEq(testString, safeUnion.g()); in runClientSafeUnionTests()
379 ExpectDeepEq(testArray, safeUnion.b()); in runClientSafeUnionTests()
548 ExpectDeepEq(null, null); in client()
551 ExpectDeepEq(new String(), new String()); in client()
552 ExpectDeepEq("hey", "hey"); in client()
1114 ExpectDeepEq(in, out); in client()
1158 ExpectDeepEq(in, out); in client()
[all …]