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.java720 InputStream is = openRawResource(id);
923 public InputStream openRawResource(int id) throws NotFoundException { method in class:Resources
925 return openRawResource(id, mTmpValue);
942 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { method in class:Resources

Completed in 6559 milliseconds