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/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java
427
String type =
toIsoString
(contentType);
687
values.put(Addr.ADDRESS,
toIsoString
(addr.getTextString()));
697
return part.getContentType() == null ? null :
toIsoString
(part.getContentType());
739
value =
toIsoString
(part.getContentDisposition());
744
value =
toIsoString
(part.getContentId());
749
value =
toIsoString
(part.getContentLocation());
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java
151
String messageId = PduPersister.
toIsoString
(conf.getMessageId());
Completed in 56 milliseconds