Searched refs:subType (Results 1 – 4 of 4) sorted by relevance
34 protected String subType; field in MimeMultipart44 subType = MimeUtility.getHeaderParameter(contentType, null).split("/")[1]; in MimeMultipart()80 public void setSubType(String subType) throws MessagingException { in setSubType() argument81 this.subType = subType; in setSubType()82 contentType = String.format("multipart/%s; boundary=\"%s\"", subType, boundary); in setSubType()111 return subType; in getSubTypeForTest()
93 public static void showDialog(Phone phone, int subType) { in showDialog() argument106 phone, subType); in showDialog()
238 int subType = (Integer)((AsyncResult)msg.obj).result;239 IccNetworkDepersonalizationPanel.showDialog(phone, subType);
532 final ImapString subType = bs.getStringOrEmpty(1); in parseBodyStructure() local533 final String mimeType = (type.getString() + "/" + subType.getString()).toLowerCase(Locale.US); in parseBodyStructure()