Searched defs:APersistableBundle (Results 1 – 4 of 4) sorted by relevance
28 struct APersistableBundle { struct29 APersistableBundle(const APersistableBundle& pBundle) : mPBundle(pBundle.mPBundle) {} in APersistableBundle() function30 APersistableBundle(const android::os::PersistableBundle& pBundle) : mPBundle(pBundle) {} in APersistableBundle() function35 APersistableBundle* _Nullable APersistableBundle_new() { in APersistableBundle_new() argument
42 typedef struct APersistableBundle APersistableBundle; typedef