Searched refs:unclean (Results 1 – 1 of 1) sorted by relevance
2342 public static @NonNull CharSequence makeSafeForPresentation(@NonNull String unclean, in makeSafeForPresentation() argument2349 Preconditions.checkNotNull(unclean); in makeSafeForPresentation()2360 shortString = unclean.substring(0, Math.min(unclean.length(), maxCharactersToConsider)); in makeSafeForPresentation()2362 shortString = unclean; in makeSafeForPresentation()