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.java1779 private static String replacePlus(String toReplace) { in replacePlus() argument
1780 return toReplace.replace("+", "%2B"); in replacePlus()
1790 private static String replacePercent(String toReplace) { in replacePercent() argument
1791 return toReplace.replace("%", "%25"); in replacePercent()