Searched defs:PackageGroup (Results 1 – 1 of 1) sorted by relevance
1435 struct ResTable::PackageGroup struct in android::ResTable1437 PackageGroup(ResTable* _owner, const String16& _name, uint32_t _id) in PackageGroup() argument1439 ~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 …]