Searched refs:NOT_CACHED (Results 1 – 2 of 2) sorted by relevance
139 static final String NOT_CACHED = new String("NOT CACHED"); field in Uri.NotCachedHolder566 private volatile String scheme = NotCachedHolder.NOT_CACHED;570 boolean cached = (scheme != NotCachedHolder.NOT_CACHED); in getScheme()979 private volatile String cachedString = NotCachedHolder.NOT_CACHED;983 boolean cached = cachedString != NotCachedHolder.NOT_CACHED; in toString()1113 private volatile String host = NotCachedHolder.NOT_CACHED;1117 boolean cached = (host != NotCachedHolder.NOT_CACHED); in getHost()1318 private volatile String uriString = NotCachedHolder.NOT_CACHED;1323 boolean cached = (uriString != NotCachedHolder.NOT_CACHED); in toString()2052 if (encoded != NotCachedHolder.NOT_CACHED) { in AbstractPart()[all …]
33662 Landroid/net/Uri;->NOT_CACHED:Ljava/lang/String;