Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java477 PersistableBundle nonEmptyBundle = new PersistableBundle(); in checkPersistableBundles() local
478 nonEmptyBundle.putBoolean(testBoolKey, false); in checkPersistableBundles()
479 nonEmptyBundle.putInt(testIntKey, 33); in checkPersistableBundles()
480 nonEmptyBundle.putLong(testLongKey, 34359738368L); in checkPersistableBundles()
481 nonEmptyBundle.putDouble(testDoubleKey, 1.1); in checkPersistableBundles()
482 nonEmptyBundle.putString(testStringKey, new String("Woot!")); in checkPersistableBundles()
483 nonEmptyBundle.putBooleanArray(testBoolArrayKey, new boolean[] {true, false, true}); in checkPersistableBundles()
484 nonEmptyBundle.putIntArray(testIntArrayKey, new int[] {33, 44, 55, 142}); in checkPersistableBundles()
485 nonEmptyBundle.putLongArray( in checkPersistableBundles()
487 nonEmptyBundle.putDoubleArray(testDoubleArrayKey, new double[] {2.2, 5.4}); in checkPersistableBundles()
[all …]