Home
last modified time | relevance | path

Searched defs:getConfigs (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DApkBuilder.h78 const std::set<ConfigDescription>& getConfigs() const { in getConfigs() function
H A DResourceFilter.h96 inline const std::set<ConfigDescription>& getConfigs() const { in getConfigs() function
H A DResourceTable.h515 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } in getConfigs() function
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java923 Map<ParcelUuid, VcnConfig> getConfigs() { in getConfigs() method in VcnManagementService