Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java86 if (isLegacyAssetManager()) { in obtainAttributes()
97 if (isLegacyAssetManager()) { in getQuantityString()
107 if (isLegacyAssetManager()) { in getQuantityString()
134 if (isLegacyAssetManager()) { in openRawResource()
155 if (isLegacyAssetManager()) { in openRawResourceFd()
186 if (isLegacyAssetManager()) { in obtainTypedArray()
203 if (isLegacyAssetManager()) { in loadXmlResourceParser()
217 if (isLegacyAssetManager()) { in loadXmlResourceParser()
339 private boolean isLegacyAssetManager() { in isLegacyAssetManager() method in ShadowResources