Home
last modified time | relevance | path

Searched refs:getLongVectorKeys (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DPersistableBundle.h91 std::set<String16> getLongVectorKeys() const;
/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h91 std::set<String16> getLongVectorKeys() const;
/frameworks/native/libs/binder/
DPersistableBundle.cpp295 set<String16> PersistableBundle::getLongVectorKeys() const { in getLongVectorKeys() function in android::os::PersistableBundle