Searched refs:toEscape (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java2144 * @param toEscape The characters to escape with a backslash.
2148 private String escapeChars(String toEscape, String source) { argument
2151 if (toEscape.contains(Character.toString(c))) {

Completed in 65 milliseconds