Searched refs:NotCachedHolder (Results 1 – 5 of 5) sorted by relevance
134 static class NotCachedHolder { class in Uri135 private NotCachedHolder() { in NotCachedHolder() method 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()[all …]
5691 android.net.Uri$NotCachedHolder
28088 Landroid/net/Uri$NotCachedHolder;
5695 android.net.Uri$NotCachedHolder
38222 Landroid/net/Uri$NotCachedHolder;