Searched refs:htmlEncode (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/jellybean-mr1/android/support/v4/text/
H A DTextUtilsCompatJellybeanMr1.java30 public static String htmlEncode(@NonNull String s) { method in class:TextUtilsCompatJellybeanMr1
31 return TextUtils.htmlEncode(s);
/frameworks/support/compat/java/android/support/v4/text/
H A DTextUtilsCompat.java32 public String htmlEncode(@NonNull String s) { method in class:TextUtilsCompat.TextUtilsCompatImpl
111 public String htmlEncode(@NonNull String s) { method in class:TextUtilsCompat.TextUtilsCompatJellybeanMr1Impl
112 return TextUtilsCompatJellybeanMr1.htmlEncode(s);
137 public static String htmlEncode(@NonNull String s) { method in class:TextUtilsCompat
138 return IMPL.htmlEncode(s);
/frameworks/base/core/java/android/text/
H A DTextUtils.java1356 public static String htmlEncode(String s) { method in class:TextUtils

Completed in 140 milliseconds