/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
D | ContentTypeField.java | 167 public String getCharset() { in getCharset() method in ContentTypeField 178 public static String getCharset(ContentTypeField f) { in getCharset() method in ContentTypeField 180 if (f.getCharset() != null && f.getCharset().length() > 0) { in getCharset() 181 return f.getCharset(); in getCharset()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
D | ContentTypeField.java | 167 public String getCharset() { in getCharset() method in ContentTypeField 178 public static String getCharset(ContentTypeField f) { in getCharset() method in ContentTypeField 180 if (f.getCharset() != null && f.getCharset().length() > 0) { in getCharset() 181 return f.getCharset(); in getCharset()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
D | Multipart.java | 172 …riter = new BufferedWriter(new OutputStreamWriter(out, CharsetUtil.getCharset(getCharset())),8192); in writeTo() 198 private String getCharset() { in getCharset() method in Multipart 200 … String charString = ((ContentTypeField) e.getHeader().getField(Field.CONTENT_TYPE)).getCharset(); in getCharset()
|
D | Entity.java | 120 public String getCharset() { in getCharset() method in Entity 121 return ContentTypeField.getCharset( in getCharset()
|
D | Header.java | 151 String charString = ((ContentTypeField) getField(Field.CONTENT_TYPE)).getCharset(); in writeTo() 153 …er writer = new BufferedWriter(new OutputStreamWriter(out, CharsetUtil.getCharset(charString)),819… in writeTo()
|
D | Message.java | 187 body = new MemoryTextBody(is, bd.getCharset()); in body()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 449 + ", charset: " + appParams.getCharset()); in onPut() 558 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage() 560 "appParams.getCharset() = " + appParams.getCharset()); in pushMessage() 586 message = BluetoothMapbMessage.parse(bMsgStream, appParams.getCharset()); in pushMessage() 912 ", Charset = " + appParams.getCharset() + in onGet()
|
D | BluetoothMapAppParams.java | 698 if (getCharset() != INVALID_VALUE_PARAMETER) { in EncodeParams() 701 appParamBuf.put((byte) getCharset()); in EncodeParams() 1258 public int getCharset() { in getCharset() method in BluetoothMapAppParams
|
D | BluetoothMapContent.java | 3314 return getSmsMessage(id, appParams.getCharset()); in getMessage() 3696 if (appParams.getCharset() == MAP_MESSAGE_CHARSET_NATIVE) in getMmsMessage() 3756 ", Charset = " + appParams.getCharset() + in getEmailMessage() 3762 if (appParams.getCharset() == MAP_MESSAGE_CHARSET_NATIVE) in getEmailMessage() 3910 if (appParams.getCharset() == MAP_MESSAGE_CHARSET_NATIVE) in getIMMessage()
|
D | BluetoothMapContentObserver.java | 2440 int charset = ap.getCharset(); in pushMessage()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduPart.java | 215 public int getCharset() { in getCharset() method in PduPart
|
D | PduPersister.java | 774 final int charset = part.getCharset(); in persistPart() 869 final int charset = part.getCharset(); in persistData() 1184 final int charset = part.getCharset(); in updatePart()
|
D | PduComposer.java | 1015 final int charset = part.getCharset(); in makeMessageBody()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduPart.java | 240 public int getCharset() { in getCharset() method in PduPart
|
/packages/services/Telephony/src/org/apache/james/mime4j/ |
D | BodyDescriptor.java | 356 public String getCharset() { in getCharset() method in BodyDescriptor
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | BodyDescriptor.java | 356 public String getCharset() { in getCharset() method in BodyDescriptor
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
D | CharsetUtil.java | 1192 public static java.nio.charset.Charset getCharset(String charsetName) { in getCharset() method in CharsetUtil
|
/packages/services/Telephony/src/org/apache/james/mime4j/util/ |
D | CharsetUtil.java | 1192 public static java.nio.charset.Charset getCharset(String charsetName) { in getCharset() method in CharsetUtil
|
/packages/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |