Home
last modified time | relevance | path

Searched defs:GetBag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager2.java959 public final ResolvedBag GetBag(int resid) { in GetBag() method in CppAssetManager2
974 ResolvedBag GetBag(int resid, List<Integer> child_resids) { in GetBag() method in CppAssetManager2
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp1201 base::expected<const ResolvedBag*, NullOrIOError> AssetManager2::GetBag(uint32_t resid) const { in GetBag() function in android::AssetManager2
1214 base::expected<const ResolvedBag*, NullOrIOError> AssetManager2::GetBag( in GetBag() function in android::AssetManager2