Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscResourcesImpl.java115 throw newNotFoundException(id); in openRawResource()
142 throw newNotFoundException(id); in openRawResourceFd()
146 private Resources.NotFoundException newNotFoundException(int id) { in newNotFoundException() method in ShadowArscResourcesImpl
DShadowLegacyResourcesImpl.java89 throw newNotFoundException(id); in openRawResource()
112 throw newNotFoundException(id); in openRawResourceFd()
116 private Resources.NotFoundException newNotFoundException(int id) { in newNotFoundException() method in ShadowLegacyResourcesImpl
DShadowResources.java139 throw newNotFoundException(id); in openRawResource()
167 throw newNotFoundException(id); in openRawResourceFd()
174 private Resources.NotFoundException newNotFoundException(int id) { in newNotFoundException() method in ShadowResources
192 throw newNotFoundException(id); in obtainTypedArray()