Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h84 std::set<String16> getBooleanKeys() const;
/frameworks/native/include/binder/
DPersistableBundle.h84 std::set<String16> getBooleanKeys() const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h170 p_bundle->getBooleanKeys();
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp232 std::set<android::String16> ret = pBundle->mPBundle.getBooleanKeys(); in APersistableBundle_getBooleanKeys()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h441 std::set<std::string> getBooleanKeys() { in getBooleanKeys() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp270 set<String16> PersistableBundle::getBooleanKeys() const { in getBooleanKeys() function in android::os::PersistableBundle