Home
last modified time | relevance | path

Searched refs:newInputStream (Results 1 – 5 of 5) sorted by relevance

/cts/tests/signature/lib/android/src/android/signature/cts/
DVirtualPath.java56 public abstract InputStream newInputStream() throws IOException; in newInputStream() method in VirtualPath
74 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.LocalFilePath
96 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.ZipEntryPath
117 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.ResourcePath
DXmlApiParser.java366 InputStream input = path.newInputStream(); in parseAsStream()
/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DHiddenApiTest.java152 new InputStreamReader(resourcePath.newInputStream())); in doTestSignature()
206 new InputStreamReader(resourcePath.newInputStream())); in loadFilters()
DAbstractApiTest.java136 Path file = extractResourceToFile(resourceName, resourcePath.newInputStream()); in readResource()
/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java488 try (InputStream in = new BufferedInputStream(Files.newInputStream(file.toPath()))) { in getRawFileHash()