Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaExtractor.java86 private void setDataSource(DataSource dataSource) { in setDataSource() method in ShadowMediaExtractor
102 protected void setDataSource(AssetFileDescriptor assetFileDescriptor) { in setDataSource() method in ShadowMediaExtractor
107 protected void setDataSource(Context context, Uri uri, Map<String, String> headers) { in setDataSource() method in ShadowMediaExtractor
112 protected void setDataSource(FileDescriptor fileDescriptor) { in setDataSource() method in ShadowMediaExtractor
117 protected void setDataSource(MediaDataSource mediaDataSource) { in setDataSource() method in ShadowMediaExtractor
122 protected void setDataSource(FileDescriptor fileDescriptor, long offset, long length) { in setDataSource() method in ShadowMediaExtractor
127 protected void setDataSource(String path) { in setDataSource() method in ShadowMediaExtractor
132 protected void setDataSource(String path, Map<String, String> headers) { in setDataSource() method in ShadowMediaExtractor
DShadowMediaMetadataRetriever.java28 public void setDataSource(DataSource dataSource) { in setDataSource() method in ShadowMediaMetadataRetriever
38 protected void setDataSource(String path) { in setDataSource() method in ShadowMediaMetadataRetriever
43 protected void setDataSource(Context context, Uri uri) { in setDataSource() method in ShadowMediaMetadataRetriever
48 protected void setDataSource(String uri, Map<String, String> headers) { in setDataSource() method in ShadowMediaMetadataRetriever
53 protected void setDataSource(FileDescriptor fd, long offset, long length) { in setDataSource() method in ShadowMediaMetadataRetriever
58 protected void setDataSource(MediaDataSource mediaDataSource) { in setDataSource() method in ShadowMediaMetadataRetriever
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java24 public void setDataSource(DataSource dataSource) { in setDataSource() method in ShadowMediaMetadataRetriever
34 protected void setDataSource(String path) { in setDataSource() method in ShadowMediaMetadataRetriever
39 protected void setDataSource(Context context, Uri uri) { in setDataSource() method in ShadowMediaMetadataRetriever
44 protected void setDataSource(String uri, Map<String, String> headers) { in setDataSource() method in ShadowMediaMetadataRetriever
49 protected void setDataSource(FileDescriptor fd, long offset, long length) { in setDataSource() method in ShadowMediaMetadataRetriever
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
DDataSourceResourceLoader.java219 public void setDataSource(final DataSource dataSource) in setDataSource() method in DataSourceResourceLoader
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java216 public void setDataSource(TestGroupDataSource dataSource) { in setDataSource() method in SpreadsheetDataProcessor
/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java295 public void setDataSource(DataSource dataSource) { in setDataSource() method in DynamicTable