Home
last modified time | relevance | path

Searched refs:getLongKeys (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h86 std::set<String16> getLongKeys() const;
/frameworks/native/include/binder/
DPersistableBundle.h86 std::set<String16> getLongKeys() const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h172 p_bundle->getLongKeys();
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp248 std::set<android::String16> ret = pBundle->mPBundle.getLongKeys(); in APersistableBundle_getLongKeys()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h455 std::set<std::string> getLongKeys() { in getLongKeys() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp278 set<String16> PersistableBundle::getLongKeys() const { in getLongKeys() function in android::os::PersistableBundle