/aosp12/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | MbmsTempFileProvider.java | 140 String encodedPath = Uri.encode(pathFragment); in getUriForFile() local 142 .authority(authority).encodedPath(encodedPath).build(); in getUriForFile()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | Uri_BuilderTest.java | 45 .encodedPath("/p1") in testBuilderOperations()
|
H A D | UriTest.java | 189 .encodedPath("/test/") in testEqualsAndHashCode() 438 .encodedPath(path) in testHierarchical()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentProvider.java | 2540 final String encodedPath = uri.getEncodedPath(); in validateIncomingUri() local 2541 if (encodedPath != null && encodedPath.indexOf("//") != -1) { in validateIncomingUri() 2543 .encodedPath(encodedPath.replaceAll("//+", "/")).build(); in validateIncomingUri()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 1273 String encodedPath = path.getEncoded(); in appendSspTo() local 1274 if (encodedPath != null) { in appendSspTo() 1275 builder.append(encodedPath); in appendSspTo() 1467 public Builder encodedPath(String path) { in encodedPath() method in Uri.Builder
|
/aosp12/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | UriTest.java | 173 .encodedPath("/test/") in testEqualsAndHashCode() 493 .encodedPath(path) in testHierarchical()
|
/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 | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/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/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsProvider2.java | 5562 builder.encodedPath(uri.getEncodedPath()); in queryDirectoryAuthority() 8855 builder.encodedPath(uri.getEncodedPath()); in openDirectoryFileEnterprise() 8882 builder.encodedPath(directoryPhotoUri.getEncodedPath()); in openDirectoryFileEnterprise()
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 542 Lcom/android/okhttp/HttpUrl$Builder;->encodedPath(Ljava/lang/String;)Lcom/android/okhttp/HttpUrl$Bu…
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 188 HSPLcom/android/okhttp/HttpUrl;->encodedPath()Ljava/lang/String;+]Ljava/lang/String;missing_types
|
/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/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12109 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder; 22760 HSPLcom/android/okhttp/HttpUrl;->encodedPath()Ljava/lang/String;+]Ljava/lang/String;missing_types
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12117 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 26695 method public android.net.Uri.Builder encodedPath(String);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 17364 method public android.net.Uri.Builder encodedPath(java.lang.String);
|