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