Searched defs:PackageGroup (Results 1 – 2 of 2) sorted by relevance
363 struct PackageGroup { struct365 std::vector<ConfiguredPackage> packages_;369 std::vector<ApkAssetsCookie> cookies_;372 std::vector<ConfiguredOverlay> overlays_;
3634 struct ResTable::PackageGroup struct in android::ResTable3636 PackageGroup( in PackageGroup() argument3648 ~PackageGroup() { in ~PackageGroup()3675 void clearBagCache() { in clearBagCache()3721 const ResTable* const owner;3722 String16 const name;3723 uint32_t const id;3728 Vector<Package*> packages;3730 ByteBucketArray<TypeList> types;3732 uint8_t largestTypeId;[all …]