Searched defs:openRawResource (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java162 public InputStream openRawResource(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java752 public InputStream openRawResource(int id) throws NotFoundException { method in class:BridgeResources
787 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { method in class:BridgeResources
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java190 public InputStream openRawResource(int id) throws NotFoundException { method in class:ResourcesWrapper
191 return mResources.openRawResource(id);
195 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { method in class:ResourcesWrapper
196 return mResources.openRawResource(id, value);
/frameworks/base/core/java/android/content/res/
H A DResources.java907 InputStream is = openRawResource(id);
1231 public InputStream openRawResource(@RawRes int id) throws NotFoundException { method in class:Resources
1241 InputStream res = openRawResource(id, value);
1263 public InputStream openRawResource(@RawRes int id, TypedValue value) method in class:Resources

Completed in 230 milliseconds