Home
last modified time | relevance | path

Searched refs:StringWithRemovedChars (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
DTextUtils.java2255 StringWithRemovedChars gettingCleaned = new StringWithRemovedChars( in makeSafeForPresentation()
2318 private static class StringWithRemovedChars { class in TextUtils
2328 StringWithRemovedChars(@NonNull String original) { in StringWithRemovedChars() method in TextUtils.StringWithRemovedChars