Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java474 final String testDoubleArrayKey = new String("testDoubleArray"); in checkPersistableBundles() local
487 nonEmptyBundle.putDoubleArray(testDoubleArrayKey, new double[] {2.2, 5.4}); in checkPersistableBundles()
507 || !Arrays.equals(nonEmptyBundle.getDoubleArray(testDoubleArrayKey), in checkPersistableBundles()
508 returned.getDoubleArray(testDoubleArrayKey)) in checkPersistableBundles()