Home
last modified time | relevance | path

Searched refs:toURI (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/apex/tests/src/com/android/tests/apex/host/
H A DApexCompressionTests.java162 final byte[] originalApexFileBytes = Files.readAllBytes(Paths.get(originalApex.toURI())); in testCompressedApexIsDecompressedAndActivated()
167 Files.readAllBytes(Paths.get(decompressedFile.toURI())); in testCompressedApexIsDecompressedAndActivated()
188 Files.readAllBytes(Paths.get(decompressedFile.toURI())); in testDecompressedApexSurvivesReboot()
199 Files.readAllBytes(Paths.get(decompressedFileAfterReboot.toURI())); in testDecompressedApexSurvivesReboot()
254 Files.readAllBytes(Paths.get(decompressedFile.toURI())); in testDifferentRootDigestTriggersDecompression()
269 Files.readAllBytes(Paths.get(decompressedFileAfterReboot.toURI())); in testDifferentRootDigestTriggersDecompression()
/aosp12/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java83 HttpResponse a = client.execute(new HttpGet(server.getUrl("/a").toURI())); in testServerClosesOutput()
87 HttpResponse b = client.execute(new HttpGet(server.getUrl("/b").toURI())); in testServerClosesOutput()
H A DCookiesTest.java68 client.execute(new HttpGet(server.getUrl("/").toURI())); in testCookiesAreNotLogged()
H A DAbstractProxyTest.java213 HttpGet request = new HttpGet(server.getUrl("/bar").toURI()); in testExplicitNoProxyCancelsSystemProperty()
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogGroupReader.kt27 val url = jarFile.toURI().toURL()
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java463 destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString()); in copyTo()
537 return Uri.parse(getFileStreamPath(fileName).toURI().toString()); in readUriToLocalUri()
578 sourceUri = Uri.parse(getFileStreamPath(localTmpFileName).toURI().toString()); in onCreate()
669 getFileStreamPath(localFileName).toURI().toString()); in onActivityResult()
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
H A DBackupFileDecryptorTaskTest.java159 assertThat(Files.readAllBytes(Paths.get(mOutputFile.toURI()))).isEqualTo(backupData); in decryptFile_withExplicitStarts_decryptsEncryptedData()
185 assertThat(Files.readAllBytes(Paths.get(mOutputFile.toURI()))).isEqualTo(backupData); in decryptFile_withNoChunkOrderingType_decryptsUsingExplicitStarts()
257 assertThat(Files.readAllBytes(Paths.get(mOutputFile.toURI()))).isEqualTo(backupData); in decryptFile_withExplicitStarts_noChunks_returnsNoData()
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteLayoutlibCallbackAdapter.java112 return Paths.get(url.toURI()); in findClassPath()
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java289 mZipFile = new ZipFile(new File(new URL(mUrl).toURI())); in verifyAndPrepare()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
H A DCompatConfigTest.java84 return new String(Files.readAllBytes(Paths.get(file.toURI()))); in readFile()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java10896 public String toURI() { in toURI() method
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt1307 HSPLjava/io/File;->toURI()Ljava/net/URI;+]Ljava/lang/String;Ljava/lang/String;]Ljava/io/File;Ljava/…
9158 HSPLsun/security/provider/certpath/RevocationChecker;->toURI(Ljava/lang/String;)Ljava/net/URI;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7583 method public deprecated java.lang.String toURI();
39912 method public java.net.URI toURI();
43414 method public java.net.URI toURI() throws java.net.URISyntaxException;
54329 method public java.lang.String toURI();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt23913 HSPLjava/io/File;->toURI()Ljava/net/URI;+]Ljava/lang/String;Ljava/lang/String;]Ljava/io/File;Ljava/…
31848 HSPLsun/security/provider/certpath/RevocationChecker;->toURI(Ljava/lang/String;)Ljava/net/URI;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11037 method @Deprecated public String toURI();