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