Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java368 final String testLongArrayKey = "testLongArray"; in testRepeatNonEmptyPersistableBundle() local
380 pb.putLongArray(testLongArrayKey, new long[] {34L, 8371L, 34359738375L}); in testRepeatNonEmptyPersistableBundle()
397 assertThat(ret.getLongArray(testLongArrayKey), is(pb.getLongArray(testLongArrayKey))); in testRepeatNonEmptyPersistableBundle()