HomeSort by relevance Sort by last modified time
    Searched defs:DECODED (Results 1 - 3 of 3) sorted by null

  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 173 * @return the decoded scheme-specific-part
185 * @return the decoded scheme-specific-part
190 * Gets the decoded authority part of this URI. For
212 * Gets the decoded user information from the authority.
247 * Gets the decoded path.
249 * @return the decoded path, or null if this is not a hierarchical URI
263 * Gets the decoded query component from this URI. The query comes after
268 * @return the decoded query or null if there isn't one
283 * Gets the decoded fragment part of this URI, everything after the '#'.
285 * @return the decoded fragment or null if there isn't on
1802 StringBuilder decoded = null; local
1905 volatile String decoded; field in class:Uri__FromAndroid.AbstractPart
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 185 * @return the decoded scheme-specific-part
197 * @return the decoded scheme-specific-part
202 * Gets the decoded authority part of this URI. For
224 * Gets the decoded user information from the authority.
259 * Gets the decoded path.
261 * @return the decoded path, or null if this is not a hierarchical URI
275 * Gets the decoded query component from this URI. The query comes after
280 * @return the decoded query or null if there isn't one
295 * Gets the decoded fragment part of this URI, everything after the '#'.
297 * @return the decoded fragment or null if there isn't on
1951 volatile String decoded; field in class:Uri.AbstractPart
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 471 milliseconds