OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toIsoString
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java
414
String type =
toIsoString
(contentType);
648
values.put(Addr.ADDRESS,
toIsoString
(addr.getTextString()));
669
contentType =
toIsoString
(part.getContentType());
698
value =
toIsoString
(part.getContentDisposition());
703
value =
toIsoString
(part.getContentId());
708
value =
toIsoString
(part.getContentLocation());
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java
153
String messageId = PduPersister.
toIsoString
(conf.getMessageId());
Completed in 146 milliseconds