OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeForExchange2003
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
AttachmentLoaderTests.java
31
assertEquals("abc", AttachmentLoader.
encodeForExchange2003
("abc"));
33
assertEquals("abc_:/.", AttachmentLoader.
encodeForExchange2003
("abc_:/."));
35
assertEquals("%20%33", AttachmentLoader.
encodeForExchange2003
("%20%33"));
38
AttachmentLoader.
encodeForExchange2003
(TEST_LOCATION));
/packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java
151
static String
encodeForExchange2003
(String str) {
197
location =
encodeForExchange2003
(location);
Completed in 831 milliseconds