Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java125 private static final String NOT_CACHED = new String("NOT CACHED"); field in Uri
536 private volatile String scheme = NOT_CACHED;
540 boolean cached = (scheme != NOT_CACHED); in getScheme()
942 private volatile String cachedString = NOT_CACHED;
946 boolean cached = cachedString != NOT_CACHED; in toString()
1076 private volatile String host = NOT_CACHED;
1080 boolean cached = (host != NOT_CACHED); in getHost()
1270 private volatile String uriString = NOT_CACHED;
1275 boolean cached = (uriString != NOT_CACHED); in toString()
1967 boolean hasDecoded = decoded != NOT_CACHED; in getDecoded()
[all …]