Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DResourceTypes.cpp1435 struct ResTable::PackageGroup struct in android::ResTable
1437 PackageGroup(ResTable* _owner, const String16& _name, uint32_t _id) in PackageGroup() argument
1439 ~PackageGroup() { in ~PackageGroup()
1450 void clearBagCache() { in clearBagCache()
1477 ResTable* const owner;
1478 String16 const name;
1479 uint32_t const id;
1480 Vector<Package*> packages;
1483 Package* basePackage;
1486 size_t typeCount;
[all …]