Home
last modified time | relevance | path

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

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java167 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in MockResources
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java1003 static InputStream openRawResource(Resources resources, int id) throws NotFoundException { in openRawResource() method in Resources_Delegate
1021 static InputStream openRawResource(Resources resources, int id, TypedValue value) in openRawResource() method in Resources_Delegate
1029 private static InputStream openRawResource(Resources resources, String path) in openRawResource() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java393 InputStream openRawResource(@RawRes int id, TypedValue value) throws NotFoundException { in openRawResource() method in ResourcesImpl
DResources.java1341 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource() method in Resources
1398 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource() method in Resources