/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | PersistableBundleTest.java | 49 PersistableBundle nestedBundle = new PersistableBundle(); in testWriteToStreamAndReadFromStream() local 50 nestedBundle.putBooleanArray("boolean_array", new boolean[]{}); in testWriteToStreamAndReadFromStream() 51 nestedBundle.putInt("int", 9); in testWriteToStreamAndReadFromStream() 52 nestedBundle.putLongArray("long_array", new long [] {654321L}); in testWriteToStreamAndReadFromStream() 53 bundle.putPersistableBundle("bundle", nestedBundle); in testWriteToStreamAndReadFromStream() 77 assertEquals(nestedBundle.size(), restoredNestedBundle.size()); in testWriteToStreamAndReadFromStream()
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/ |
D | JniUtilsTest.java | 214 PersistableBundle nestedBundle = new PersistableBundle(); in pushBundleToLuaTable_nestedBundle() local 215 nestedBundle.putInt(INT_KEY, INT_VALUE); in pushBundleToLuaTable_nestedBundle() 216 nestedBundle.putDouble(NUMBER_KEY, NUMBER_VALUE); in pushBundleToLuaTable_nestedBundle() 217 nestedBundle.putString(STRING_KEY, STRING_VALUE); in pushBundleToLuaTable_nestedBundle() 218 nestedBundle.putPersistableBundle(PERSISTABLE_BUNDLE_KEY, PERSISTABLE_BUNDLE_VALUE); in pushBundleToLuaTable_nestedBundle() 219 bundle.putPersistableBundle(PERSISTABLE_BUNDLE_KEY, nestedBundle); in pushBundleToLuaTable_nestedBundle() 227 mLuaEnginePtr, PERSISTABLE_BUNDLE_KEY, nestedBundle.toString())).isTrue(); in pushBundleToLuaTable_nestedBundle()
|
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/util/ |
H A D | AndroidUtil.java | 57 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local 58 intent.putExtra(name, nestedBundle); in putExtrasFromJsonObject() 59 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local 143 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local 144 bundle.putBundle(name, nestedBundle); in putNestedJSONObject() 145 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/ |
D | ScriptExecutorFunctionalTest.java | 178 PersistableBundle nestedBundle = mListener.mInterimResult.getPersistableBundle( in invokeScript_supportsNestedTables() local 180 assertThat(nestedBundle).isNotNull(); in invokeScript_supportsNestedTables() 181 assertThat(nestedBundle.getLong("x")).isEqualTo(10); in invokeScript_supportsNestedTables() 182 assertThat(nestedBundle.getLong("y")).isEqualTo(30); in invokeScript_supportsNestedTables() 200 PersistableBundle nestedBundle = mListener.mInterimResult.getPersistableBundle( in invokeScript_supportsDeeplyNestedTables() local 202 assertThat(nestedBundle).isNotNull(); in invokeScript_supportsDeeplyNestedTables() 203 assertThat(nestedBundle.size()).isEqualTo(3); in invokeScript_supportsDeeplyNestedTables() 204 assertThat(nestedBundle.getLong("x")).isEqualTo(10); in invokeScript_supportsDeeplyNestedTables() 205 assertThat(nestedBundle.getLong("y")).isEqualTo(30); in invokeScript_supportsDeeplyNestedTables() 206 PersistableBundle secondNestedBundle = nestedBundle.getPersistableBundle( in invokeScript_supportsDeeplyNestedTables()
|
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ |
D | TestUtils.java | 194 PersistableBundle nestedBundle = new PersistableBundle(); in createTestAdminExtras() local 195 nestedBundle.putInt("int", 1); in createTestAdminExtras() 196 nestedBundle.putStringArray("string_array", new String[] { "Hello", "World" } ); in createTestAdminExtras() 197 adminExtras.putPersistableBundle("persistable_bundle", nestedBundle); in createTestAdminExtras()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/frameworktests/src/com/android/ondevicepersonalization/internal/util/ |
D | PersistableBundleUtilsTest.java | 56 PersistableBundle nestedBundle = new PersistableBundle(); in testRoundTrip() local 57 nestedBundle.putInt("x", 10); in testRoundTrip() 58 bundle.putPersistableBundle("e", nestedBundle); in testRoundTrip()
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
H A D | AndroidFacade.java | 242 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local 243 intent.putExtra(name, nestedBundle); in putExtrasFromJsonObject() 244 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local 328 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local 329 bundle.putBundle(name, nestedBundle); in putNestedJSONObject() 330 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 3850 PersistableBundle nestedBundle = new PersistableBundle(); 3851 nestedBundle.putInt("age", 100); 3852 nestedBundle.putStringArray( 3855 publishedData.putPersistableBundle("pers_bundle", nestedBundle);
|
/aosp_15_r20/prebuilts/sdk/34/system/ |
HD | android.car.testapi.jar | META-INF/
META-INF/MANIFEST.MF
DefaultProperties.json
android/
android/automotive ... |