Searched refs:NOT_CACHED (Results 1 – 1 of 1) sorted by relevance
122 private static final String NOT_CACHED = new String("NOT CACHED"); field in Uri528 private volatile String scheme = NOT_CACHED;532 boolean cached = (scheme != NOT_CACHED); in getScheme()934 private volatile String cachedString = NOT_CACHED;938 boolean cached = cachedString != NOT_CACHED; in toString()1068 private volatile String host = NOT_CACHED;1072 boolean cached = (host != NOT_CACHED); in getHost()1262 private volatile String uriString = NOT_CACHED;1267 boolean cached = (uriString != NOT_CACHED); in toString()1959 boolean hasDecoded = decoded != NOT_CACHED; in getDecoded()[all …]