Home
last modified time | relevance | path

Searched refs:getContentType (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DRetrieveConf.java82 public byte[] getContentType() { in getContentType() method in RetrieveConf
DSendReq.java154 public byte[] getContentType() { in getContentType() method in SendReq
DPduPart.java320 public byte[] getContentType() { in getContentType() method in PduPart
DPduComposer.java886 appendTextString(part.getContentType()); in makeMessageBody()
908 byte[] partContentType = part.getContentType(); in makeMessageBody()
DPduParser.java175 byte[] contentType = retrieveConf.getContentType(); in parse()
901 String partContentType = new String(part.getContentType()); in parseParts()
1784 byte[] contentType = part.getContentType(); in checkPartPosition()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java119 post.addHeader(entity.getContentType()); in authenticate()
190 post.addHeader(entity.getContentType()); in syncContacts()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java444 && part.getContentType() != null in getMessageText()
445 && ContentType.isTextType(new String(part.getContentType()))) { in getMessageText()