Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DResourcesWrapper.java190 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in ResourcesWrapper
195 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { in openRawResource() method in ResourcesWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java610 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in BridgeResources
645 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.java1148 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in Resources
1180 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { in openRawResource() method in Resources