Home
last modified time | relevance | path

Searched defs:APersistableBundle (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h44 typedef struct APersistableBundle APersistableBundle; typedef
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp27 struct APersistableBundle { struct
28 APersistableBundle(const APersistableBundle& pBundle) : mPBundle(pBundle.mPBundle) {} in APersistableBundle() argument
29 APersistableBundle(const android::os::PersistableBundle& pBundle) : mPBundle(pBundle) {} in APersistableBundle() function
34 APersistableBundle* _Nullable APersistableBundle_new() { in APersistableBundle_new() argument