OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:escapeCharacterToDisplay
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/tests/src/com/android/email/mail/internet/
EmailHtmlUtilTest.java
38
* Test for
escapeCharacterToDisplay
in plain text mode.
41
String plainTags = EmailHtmlUtil.
escapeCharacterToDisplay
(textTags);
45
String plainSpaces = EmailHtmlUtil.
escapeCharacterToDisplay
(textSpaces);
49
String plainNewlines = EmailHtmlUtil.
escapeCharacterToDisplay
(textNewlines);
54
String plainAll = EmailHtmlUtil.
escapeCharacterToDisplay
(textAll);
/packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java
34
public static String
escapeCharacterToDisplay
(String text) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java
268
String text =
escapeCharacterToDisplay
(shareContent.toString());
349
private static String
escapeCharacterToDisplay
(String text) {
Completed in 273 milliseconds