HomeSort by relevance Sort by last modified time
    Searched defs:toDataSource (Results 1 - 20 of 20) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
DataSource.java 22 public static DataSource toDataSource(String path) {
26 public static DataSource toDataSource(Context context, Uri uri) {
27 return toDataSource(uri.toString());
30 public static DataSource toDataSource(Context context, Uri uri, Map<String, String> headers) {
31 return toDataSource(context, uri);
34 public static DataSource toDataSource(String uri, Map<String, String> headers) {
35 return toDataSource(uri);
38 public static DataSource toDataSource(FileDescriptor fd) {
39 return toDataSource(fd, 0, 0);
42 public static DataSource toDataSource(FileDescriptor fd, long offset, long length)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaMetadataRetriever.java 3 import static org.robolectric.shadows.util.DataSource.toDataSource;
35 setDataSource(toDataSource(path));
40 setDataSource(toDataSource(context, uri));
45 setDataSource(toDataSource(uri, headers));
50 setDataSource(toDataSource(fd, offset, length));
88 * Uses <tt>path</tt> to call {@link org.robolectric.shadows.util.DataSource#toDataSource(String)} and
98 addMetadata(toDataSource(path), keyCode, value);
110 * Uses <tt>path</tt> to call {@link org.robolectric.shadows.util.DataSource#toDataSource(String)} and
121 addFrame(toDataSource(path), time, bitmap);
126 * Uses <tt>path</tt> to call {@link org.robolectric.shadows.util.DataSource#toDataSource(Context, Uri)} an
    [all...]
ShadowMediaPlayer.java 14 import static org.robolectric.shadows.util.DataSource.toDataSource;
573 * other {@link #setDataSource(String)} implementations, which use {@link DataSource#toDataSource(String)}
618 setDataSource(toDataSource(path));
623 setDataSource(toDataSource(context, uri, headers));
629 setDataSource(toDataSource(uri, headers));
634 setDataSource(toDataSource(fd, offset, length));
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMediaMetadataRetrieverTest.java 10 import static org.robolectric.shadows.util.DataSource.toDataSource;
112 addException(toDataSource(path2), new IllegalArgumentException());
133 addException(toDataSource(path), e);
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 95 milliseconds