Home
last modified time | relevance | path

Searched refs:CHARSET_UTF8 (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapbMessageEmailTest.java56 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in encodeToByteArray_thenCreateByParsing()
73 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in encodeToByteArray_withEmptyBody_thenCreateByParsing()
DBluetoothMapbMessageSmsTest.java105 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in encodeToByteArray_withEmptyMessage_thenAddByParsing()
DBluetoothMapContentTest.java911 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
964 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
1017 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in getEmailMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java52 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
DRequestGetMessage.java56 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 : CHARSET_NATIVE); in RequestGetMessage()
DRequest.java61 protected static final byte CHARSET_UTF8 = 0x01; field in Request
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java186 private static final String CHARSET_UTF8 = "UTF-8"; field in TelephonyBackupAgent
1535 openFileOutput(fileName, MODE_PRIVATE)), CHARSET_UTF8), WRITER_BUFFER_SIZE));
1541 new FileInputStream(fileDescriptor)), CHARSET_UTF8));
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java124 public static final int CHARSET_UTF8 = 1; field in BluetoothMapAppParams