Searched refs:setDataSource (Results 1 - 25 of 31) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaMetadataRetriever.java24 public void setDataSource(DataSource dataSource) { method in class:ShadowMediaMetadataRetriever
34 public void setDataSource(String path) { method in class:ShadowMediaMetadataRetriever
35 setDataSource(toDataSource(path));
39 public void setDataSource(Context context, Uri uri) { method in class:ShadowMediaMetadataRetriever
40 setDataSource(toDataSource(context, uri));
44 public void setDataSource(String uri, Map<String, String> headers) { method in class:ShadowMediaMetadataRetriever
45 setDataSource(toDataSource(uri, headers));
49 public void setDataSource(FileDescriptor fd, long offset, long length) { method in class:ShadowMediaMetadataRetriever
50 setDataSource(toDataSource(fd, offset, length));
68 * Configures an exception to be thrown when {@link #setDataSource}
[all...]
H A DShadowMediaPlayer.java69 * source, as passed in to {@link #setDataSource(String) setDataSource()}, using
71 * * Emulation of exceptions when calling {@link #setDataSource} using
78 * calling {@link #setDataSource}, otherwise you'll get an
159 * ShadowMediaPlayer when setDataSource() is called to populate the shadow
418 /** Various source variables from setDataSource() */
524 mp.setDataSource(context, uri);
565 * Common code path for all {@code setDataSource()} implementations.
573 * other {@link #setDataSource(String)} implementations, which use {@link DataSource#toDataSource(String)}
582 public void setDataSource(DataSourc method in class:ShadowMediaPlayer
617 public void setDataSource(String path) throws IOException { method in class:ShadowMediaPlayer
622 public void setDataSource(Context context, Uri uri, Map<String, String> headers) throws IOException { method in class:ShadowMediaPlayer
628 public void setDataSource(String uri, Map<String, String> headers) throws IOException { method in class:ShadowMediaPlayer
633 public void setDataSource(FileDescriptor fd, long offset, long length) throws IOException { method in class:ShadowMediaPlayer
[all...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowMediaMetadataRetrieverTest.java41 retriever.setDataSource(path);
51 retriever.setDataSource(path);
52 retriever2.setDataSource(path2);
63 retriever.setDataSource(fd);
71 retriever.setDataSource(fd);
72 retriever2.setDataSource(fd, 1, 0);
85 retriever.setDataSource(context, uri);
98 retriever.setDataSource(context, uri);
99 retriever2.setDataSource(uri.toString(), headers);
113 retriever.setDataSource(pat
[all...]
H A DShadowMediaPlayerTest.java138 mediaPlayer.setDataSource("dummy");
149 mediaPlayer.setDataSource(RuntimeEnvironment.application, uri, headers);
165 mediaPlayer.setDataSource(fd, 23, 524);
528 testStates(new MethodSpec("setDataSource", DUMMY_SOURCE), invalidStates, iseTester, INITIALIZED);
1303 shadowMediaPlayer.setDataSource(ds);
1310 Assertions.fail("setDataSource() should assert with non-IOException,non-RuntimeException");
1319 mediaPlayer.setDataSource("dummy");
1405 shadowMediaPlayer.setDataSource(dummy);
1433 shadowMediaPlayer.setDataSource(dummy);
1444 mediaPlayer.setDataSource("dumm
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DVideoBitmapDecoder.java35 mediaMetadataRetriever.setDataSource(resource.getFileDescriptor());
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java44 mp.setDataSource(context, uri);
56 public void setDataSource(Context context, Uri uri) { method in class:ShadowMediaPlayer
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
H A DBluetoothMediaPlayback.java137 mMediaPlayer.setDataSource(
331 retriever.setDataSource(
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
H A DEmbeddedSpreadsheetPresenter.java109 spreadsheetProcessor.setDataSource(TestGroupDataSource.getStatusCountDataSource());
/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTable.java68 setDataSource(dataSource);
295 public void setDataSource(DataSource dataSource) { method in class:DynamicTable
/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetDataProcessor.java216 public void setDataSource(TestGroupDataSource dataSource) { method in class:SpreadsheetDataProcessor
H A DSpreadsheetView.java226 spreadsheetProcessor.setDataSource(latestDataSource);
228 spreadsheetProcessor.setDataSource(normalDataSource);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DTerminalManager.java226 mediaPlayer.setDataSource(file.getFileDescriptor(), file.getStartOffset(), file.getLength());
/external/autotest/frontend/client/src/autotest/afe/
H A DHostDetailView.java125 setDataSource(dataSourceWithSpecialTasks);
127 setDataSource(normalDataSource);
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 473 milliseconds

12