Searched defs:openRawResource (Results 1 - 3 of 3) 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.java606 public InputStream openRawResource(int id) throws NotFoundException { method in class:BridgeResources
641 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/content/res/
H A DResources.java721 InputStream is = openRawResource(id);
924 public InputStream openRawResource(int id) throws NotFoundException { method in class:Resources
926 return openRawResource(id, mTmpValue);
943 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { method in class:Resources

Completed in 4487 milliseconds