Searched defs:PackageGroup (Results 1 – 2 of 2) sorted by relevance
381 struct PackageGroup { struct383 std::vector<ConfiguredPackage> packages_;387 std::vector<ApkAssetsCookie> cookies_;390 std::vector<ConfiguredOverlay> overlays_;
3677 struct ResTable::PackageGroup struct in android::ResTable3679 PackageGroup( in PackageGroup() argument3691 ~PackageGroup() { in ~PackageGroup()3718 void clearBagCache() { in clearBagCache()3764 const ResTable* const owner;3765 String16 const name;3766 uint32_t const id;3771 Vector<Package*> packages;3773 ByteBucketArray<TypeList> types;3775 uint8_t largestTypeId;[all …]