Home
last modified time | relevance | path

Searched refs:GetDynamicRefTableForPackage (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h139 const DynamicRefTable* GetDynamicRefTableForPackage(uint32_t package_id) const;
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp307 const DynamicRefTable* AssetManager2::GetDynamicRefTableForPackage(uint32_t package_id) const { in GetDynamicRefTableForPackage() function in android::AssetManager2