Searched refs:fragment (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java43 parcelAndUnparcel(Uri.fromParts("foo", "bob lee", "fragment"));
49 .fragment("foo")
142 .fragment("tee")
192 Uri b = a.buildUpon().fragment("new").build();
203 .fragment("tee")
205 Uri b = a.buildUpon().fragment("new").build();
386 Uri withFragment = uri.buildUpon().fragment("top").build();
392 testHierarchical("http", "google.com", "/p1/p2", "query", "fragment");
395 testHierarchical("http", "google.com", "/p1/p2", null, "fragment");
396 testHierarchical("http", "google.com", "", null, "fragment");
402 testHierarchical(String scheme, String authority, String path, String query, String fragment) argument
484 compareHierarchical(String uriString, String ssp, Uri uri, String scheme, String authority, String path, String query, String fragment) argument
[all...]
/frameworks/base/core/java/android/net/
H A DUri.java35 * Immutable URI reference. A URI reference includes a URI and a fragment, the
87 components and fragment identifier in order to determine what
172 * scheme separator ':' and the fragment separator '#'. If this is a
183 * scheme separator ':' and the fragment separator '#'. If this is a
268 * the query separator ('?') and before the fragment separator ('#'). This
278 * the query separator ('?') and before the fragment separator ('#'). This
287 * Gets the decoded fragment part of this URI, everything after the '#'.
289 * @return the decoded fragment or null if there isn't one
294 * Gets the encoded fragment part of this URI, everything after the '#'.
296 * @return the encoded fragment o
620 private Part fragment; field in class:Uri.StringUri
761 fromParts(String scheme, String ssp, String fragment) argument
784 private final Part fragment; field in class:Uri.OpaqueUri
786 OpaqueUri(String scheme, Part ssp, Part fragment) argument
1092 private final Part fragment; field in class:Uri.HierarchicalUri
1094 HierarchicalUri(String scheme, Part authority, PathPart path, Part query, Part fragment) argument
1272 private Part fragment; field in class:Uri.Builder
1401 fragment(Part fragment) argument
1409 fragment(String fragment) argument
1416 encodedFragment(String fragment) argument
[all...]
/frameworks/base/core/java/android/app/
H A DSearchManager.java740 .fragment(""); // TODO: Remove, workaround for a bug in Uri.writeToParcel()

Completed in 72 milliseconds