Searched defs:isSystemAsset (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | ResTable.java | 166 boolean isSystemAsset) { in add() 195 int add(ResTable src, boolean isSystemAsset) { in add() 261 boolean isSystemAsset) { in addInternal() 2710 final boolean isSystemAsset; field in ResTable.PackageGroup
|
H A D | CppAssetManager.java | 70 boolean isSystemAsset) { in asset_path() 82 boolean isSystemAsset; field in CppAssetManager.asset_path 233 final String8 path, @Nullable Ref<Integer> cookie, boolean appAsLib, boolean isSystemAsset) { in addAssetPath()
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AssetManager.h | 227 bool isSystemAsset; member
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3880 const bool isSystemAsset; member 4277 bool appAsLib, bool isSystemAsset) { in add() 4299 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add() 4351 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal() 6832 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage()
|
H A D | AssetManager.cpp | 178 const String8& path, int32_t* cookie, bool appAsLib, bool isSystemAsset) { in addAssetPath()
|