Home
last modified time | relevance | path

Searched defs:openRawResource (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java604 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in BridgeResources
639 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { in openRawResource() method in BridgeResources
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java162 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in MockResources
/frameworks/base/core/java/android/content/res/
DResources.java918 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in Resources
937 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { in openRawResource() method in Resources