OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeForExchange2003
(Results
1 - 3
of
3
) 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
73
static String
encodeForExchange2003
(String str) {
149
location =
encodeForExchange2003
(location);
/packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java
137
private static String
encodeForExchange2003
(final String str) {
210
location =
encodeForExchange2003
(mAttachment.mLocation);
Completed in 158 milliseconds