Searched refs:decodeIfNeeded (Results 1 – 2 of 2) sorted by relevance
8279 intent.mPackage = Uri.decodeIfNeeded(data.substring(14)); in parseUriInternal()8287 intent.mPackage = Uri.decodeIfNeeded(data.substring(14, end)); in parseUriInternal()8292 scheme = Uri.decodeIfNeeded(data.substring(end + 1, newEnd)); in parseUriInternal()8296 authority = Uri.decodeIfNeeded( in parseUriInternal()8302 scheme = Uri.decodeIfNeeded(data.substring(end + 1)); in parseUriInternal()
2037 public static String decodeIfNeeded(@Nullable String value) { in decodeIfNeeded() method in Uri