Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
DDataSource.java22 public static DataSource toDataSource(String path) { in toDataSource() method in DataSource
26 public static DataSource toDataSource(Context context, Uri uri) { in toDataSource() method in DataSource
30 public static DataSource toDataSource(Context context, Uri uri, Map<String, String> headers) { in toDataSource() method in DataSource
34 public static DataSource toDataSource(String uri, Map<String, String> headers) { in toDataSource() method in DataSource
38 public static DataSource toDataSource(FileDescriptor fd) { in toDataSource() method in DataSource
43 public static DataSource toDataSource(FileDescriptor fd, long offset, long length) { in toDataSource() method in DataSource