Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h89 std::set<String16> getBooleanVectorKeys() const;
/frameworks/native/include/binder/
DPersistableBundle.h89 std::set<String16> getBooleanVectorKeys() const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h175 p_bundle->getBooleanVectorKeys();
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp272 std::set<android::String16> ret = pBundle->mPBundle.getBooleanVectorKeys(); in APersistableBundle_getBooleanVectorKeys()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h476 std::set<std::string> getBooleanVectorKeys() { in getBooleanVectorKeys() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp290 set<String16> PersistableBundle::getBooleanVectorKeys() const { in getBooleanVectorKeys() function in android::os::PersistableBundle