Home
last modified time | relevance | path

Searched refs:getCharset (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormat.java129 public String getCharset() { in getCharset() method in BipAttachmentFormat
153 && a.getCharset() == getCharset() in equals()
DBipImageProperties.java360 String charset = format.getCharset(); in toString()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java56 Assert.assertEquals(charset, attachment.getCharset()); in testParse()
80 Assert.assertEquals(charset, attachment.getCharset()); in testCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java517 + appParams.getCharset()); in onPut()
651 if (appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
654 + "appParams.getCharset() = " + appParams.getCharset()); in pushMessage()
683 message = BluetoothMapbMessage.parse(bMsgStream, appParams.getCharset()); in pushMessage()
686 Log.d(TAG, "pushMessage: charset" + appParams.getCharset() + "folderId: " in pushMessage()
1088 + appParams.getAttachment() + ", Charset = " + appParams.getCharset() in onGet()
DBluetoothMapAppParams.java709 if (getCharset() != INVALID_VALUE_PARAMETER) { in encodeParams()
712 appParamBuf.put((byte) getCharset()); in encodeParams()
1310 public int getCharset() { in getCharset() method in BluetoothMapAppParams
DBluetoothMapContent.java3570 return getSmsMessage(id, appParams.getCharset()); in getMessage()
3997 if (appParams.getCharset() == MAP_MESSAGE_CHARSET_NATIVE) { in getMmsMessage()
4061 + appParams.getCharset() + ", FractionRequest = " in getEmailMessage()
4067 if (appParams.getCharset() == MAP_MESSAGE_CHARSET_NATIVE) { in getEmailMessage()
4235 if (appParams.getCharset() == MAP_MESSAGE_CHARSET_NATIVE) { in getIMMessage()
DBluetoothMapContentObserver.java2601 int charset = ap.getCharset(); in pushMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessage.java119 public String getCharset() { in getCharset() method in Bmessage
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPart.java215 public int getCharset() { in getCharset() method in PduPart
DPduPersister.java774 final int charset = part.getCharset(); in persistPart()
869 final int charset = part.getCharset(); in persistData()
1184 final int charset = part.getCharset(); in updatePart()
DPduComposer.java1015 final int charset = part.getCharset(); in makeMessageBody()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduPart.java240 public int getCharset() { in getCharset() method in PduPart