/aosp12/system/apex/tests/src/com/android/tests/apex/host/ |
H A D | ApexCompressionTests.java | 162 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 D | DefaultHttpClientTest.java | 83 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 D | CookiesTest.java | 68 client.execute(new HttpGet(server.getUrl("/").toURI())); in testCookiesAreNotLogged()
|
H A D | AbstractProxyTest.java | 213 HttpGet request = new HttpGet(server.getUrl("/bar").toURI()); in testExplicitNoProxyCancelsSystemProperty()
|
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ProtoLogGroupReader.kt | 27 val url = jarFile.toURI().toURL()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/ |
H A D | ImportVCardActivity.java | 463 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 D | BackupFileDecryptorTaskTest.java | 159 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 D | RemoteLayoutlibCallbackAdapter.java | 112 return Paths.get(url.toURI()); in findClassPath()
|
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | InstallationAsyncTask.java | 289 mZipFile = new ZipFile(new File(new URL(mUrl).toURI())); in verifyAndPrepare()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
H A D | CompatConfigTest.java | 84 return new String(Files.readAllBytes(Paths.get(file.toURI()))); in readFile()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
H A D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/aosp12/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 10896 public String toURI() { in toURI() method
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 1307 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 D | android-22.txt | 7583 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 D | boot-image-profile.txt | 23913 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 D | current.txt | 11037 method @Deprecated public String toURI();
|