Searched defs:decoded (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DUri.java177 * @return the decoded scheme-specific-part
189 * @return the decoded scheme-specific-part
194 * Gets the decoded authority part of this URI. For
216 * Gets the decoded user information from the authority.
251 * Gets the decoded path.
253 * @return the decoded path, or null if this is not a hierarchical URI
267 * Gets the decoded query component from this URI. The query comes after
272 * @return the decoded query or null if there isn't one
287 * Gets the decoded fragment part of this URI, everything after the '#'.
289 * @return the decoded fragmen
1903 volatile String decoded; field in class:Uri.AbstractPart
1905 AbstractPart(String encoded, String decoded) argument
1953 Part(String encoded, String decoded) argument
2002 fromDecoded(String decoded) argument
2012 from(String encoded, String decoded) argument
2057 PathPart(String encoded, String decoded) argument
2144 appendDecodedSegment(PathPart oldPart, String decoded) argument
2179 fromDecoded(String decoded) argument
2189 from(String encoded, String decoded) argument
[all...]

Completed in 8 milliseconds