Searched refs:non_empty_bundle (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_parcelables.cpp | 105 PersistableBundle non_empty_bundle, returned; in TEST_F() local 106 non_empty_bundle.putBoolean(String16("test_bool"), false); in TEST_F() 107 non_empty_bundle.putInt(String16("test_int"), 33); in TEST_F() 108 non_empty_bundle.putLong(String16("test_long"), 34359738368L); in TEST_F() 109 non_empty_bundle.putDouble(String16("test_double"), 1.1); in TEST_F() 110 non_empty_bundle.putString(String16("test_string"), String16("Woot!")); in TEST_F() 111 non_empty_bundle.putBooleanVector(String16("test_bool_vector"), in TEST_F() 114 non_empty_bundle.putLongVector(String16("test_long_vector"), in TEST_F() 117 non_empty_bundle.putStringVector(String16("test_string_vector"), in TEST_F() 121 non_empty_bundle.putPersistableBundle(String16("test_persistable_bundle"), in TEST_F() [all …]
|