Searched refs:cachedString (Results 1 – 1 of 1) sorted by relevance
942 private volatile String cachedString = NOT_CACHED; field in Uri.OpaqueUri946 boolean cached = cachedString != NOT_CACHED; in toString()948 return cachedString; in toString()960 return cachedString = sb.toString(); in toString()