Searched refs:cachedString (Results 1 – 1 of 1) sorted by relevance
931 private volatile String cachedString = NOT_CACHED; field in Uri.OpaqueUri935 boolean cached = cachedString != NOT_CACHED; in toString()937 return cachedString; in toString()949 return cachedString = sb.toString(); in toString()