Searched defs:openRawResource (Results 1 – 4 of 4) sorted by relevance
167 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in MockResources
995 static InputStream openRawResource(Resources resources, int id) throws NotFoundException { in openRawResource() method in Resources_Delegate1013 static InputStream openRawResource(Resources resources, int id, TypedValue value) in openRawResource() method in Resources_Delegate1021 private static InputStream openRawResource(Resources resources, String path) in openRawResource() method in Resources_Delegate
1242 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource() method in Resources1299 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource() method in Resources
351 InputStream openRawResource(@RawRes int id, TypedValue value) throws NotFoundException { in openRawResource() method in ResourcesImpl