Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DICppJavaTests.aidl33 PersistableBundle RepeatPersistableBundle(in PersistableBundle input); in RepeatPersistableBundle() method
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_parcelables.cpp97 Status status = cpp_java_tests->RepeatPersistableBundle(empty_bundle, &returned); in TEST_F()
124 Status status = cpp_java_tests->RepeatPersistableBundle(non_empty_bundle, &returned); in TEST_F()
H A Daidl_test_service.cpp199 Status RepeatPersistableBundle(const PersistableBundle& input, in RepeatPersistableBundle() function in __anon4c59ef040110::CppJavaTests
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java349 PersistableBundle returned = cpp_java_tests.RepeatPersistableBundle(emptyBundle); in testRepeatEmptyPersistableBundle()
387 PersistableBundle ret = cpp_java_tests.RepeatPersistableBundle(pb); in testRepeatNonEmptyPersistableBundle()
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java468 public PersistableBundle RepeatPersistableBundle(PersistableBundle input) in RepeatPersistableBundle() method in TestServiceServer.MyCppJavaTests