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.java128 private static final String NOT_CACHED = new String("NOT CACHED"); field in Uri
557 private volatile String scheme = NOT_CACHED;
561 boolean cached = (scheme != NOT_CACHED); in getScheme()
971 private volatile String cachedString = NOT_CACHED;
975 boolean cached = cachedString != NOT_CACHED; in toString()
1105 private volatile String host = NOT_CACHED;
1109 boolean cached = (host != NOT_CACHED); in getHost()
1308 private volatile String uriString = NOT_CACHED;
1313 boolean cached = (uriString != NOT_CACHED); in toString()
1995 if (encoded != NOT_CACHED) { in AbstractPart()
[all …]