Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java1754 private static String replacePlus(String toReplace) { in replacePlus() argument
1755 return toReplace.replace("+", "%2B"); in replacePlus()
1765 private static String replacePercent(String toReplace) { in replacePercent() argument
1766 return toReplace.replace("%", "%25"); in replacePercent()