Home
last modified time | relevance | path

Searched refs:encodedPath (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/mbms/
H A DMbmsTempFileProvider.java140 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 DUri_BuilderTest.java45 .encodedPath("/p1") in testBuilderOperations()
H A DUriTest.java189 .encodedPath("/test/") in testEqualsAndHashCode()
438 .encodedPath(path) in testHierarchical()
/aosp12/frameworks/base/core/java/android/content/
H A DContentProvider.java2540 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 DUri.java1273 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 DUriTest.java173 .encodedPath("/test/") in testEqualsAndHashCode()
493 .encodedPath(path) in testHierarchical()
/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 Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/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/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java5562 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 Dhiddenapi-max-target-o-low-priority.txt542 Lcom/android/okhttp/HttpUrl$Builder;->encodedPath(Ljava/lang/String;)Lcom/android/okhttp/HttpUrl$Bu…
/aosp12/art/build/boot/
H A Dboot-image-profile.txt188 HSPLcom/android/okhttp/HttpUrl;->encodedPath()Ljava/lang/String;+]Ljava/lang/String;missing_types
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt12109 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 Dboot-image-profile.txt12117 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt26695 method public android.net.Uri.Builder encodedPath(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17364 method public android.net.Uri.Builder encodedPath(java.lang.String);