Home
last modified time | relevance | path

Searched defs:GetResourceConfigurations (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp575 TEST_F(AssetManager2Test, GetResourceConfigurations) { in TEST_F() argument
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager2.java458 public Set<ResTable_config> GetResourceConfigurations( in GetResourceConfigurations() method in CppAssetManager2
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp489 base::expected<std::set<ResTable_config>, IOError> AssetManager2::GetResourceConfigurations( in GetResourceConfigurations() function in android::AssetManager2