Home
last modified time | relevance | path

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

/tools/apksig/src/test/java/com/android/apksig/util/
DInMemoryDataSinkDataSourceTest.java29 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in InMemoryDataSinkDataSourceTest
DDataSourceFromByteBufferTest.java47 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in DataSourceFromByteBufferTest
DDataSourceFromRAFChunkTest.java73 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in DataSourceFromRAFChunkTest
DDataSourceFromRAFTest.java76 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in DataSourceFromRAFTest
DDataSourceTestBase.java41 protected abstract CloseableWithDataSource createDataSource(byte[] contents) throws IOException; in createDataSource() method in DataSourceTestBase
43 protected CloseableWithDataSource createDataSource(String contents) throws IOException { in createDataSource() method in DataSourceTestBase