Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h416 std::set<const ApkAssets*> GetNonSystemOverlays() const;
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp399 std::set<const ApkAssets*> AssetManager2::GetNonSystemOverlays() const { in GetNonSystemOverlays() function in android::AssetManager2
424 (exclude_system) ? GetNonSystemOverlays() : std::set<const ApkAssets*>(); in GetResourceConfigurations()
455 (exclude_system) ? GetNonSystemOverlays() : std::set<const ApkAssets*>(); in GetResourceLocales()