Searched refs:makeSafeForPresentation (Results 1 – 6 of 6) sorted by relevance
22 import static android.text.TextUtils.makeSafeForPresentation;256 return makeSafeForPresentation(loadUnsafeLabel(pm).toString(), MAX_SAFE_LABEL_LENGTH, in loadSafeLabel()
148 TextUtils.makeSafeForPresentation( in getLabel()
2342 public static @NonNull CharSequence makeSafeForPresentation(@NonNull String unclean, in makeSafeForPresentation() method in TextUtils
15582 HSPLandroid/text/TextUtils;->makeSafeForPresentation(Ljava/lang/String;IFI)Ljava/lang/CharSequence;…
44556 …method @NonNull public static CharSequence makeSafeForPresentation(@NonNull String, @IntRange(from…
15631 HSPLandroid/text/TextUtils;->makeSafeForPresentation(Ljava/lang/String;IFI)Ljava/lang/CharSequence;…