Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java134 static class NotCachedHolder { class in Uri
135 private NotCachedHolder() { in NotCachedHolder() method in Uri.NotCachedHolder
566 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 …]
/frameworks/base/boot/
Dpreloaded-classes5691 android.net.Uri$NotCachedHolder
Dboot-image-profile.txt28088 Landroid/net/Uri$NotCachedHolder;
/frameworks/base/config/
Dpreloaded-classes5695 android.net.Uri$NotCachedHolder
Dboot-image-profile.txt38222 Landroid/net/Uri$NotCachedHolder;