Searched refs:CHARSET_UTF8 (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapbMessageEmailTest.java | 56 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in encodeToByteArray_thenCreateByParsing() 73 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in encodeToByteArray_withEmptyBody_thenCreateByParsing()
|
D | BluetoothMapbMessageSmsTest.java | 105 BluetoothMapbMessage.parse(inputStream, BluetoothMapAppParams.CHARSET_UTF8); in encodeToByteArray_withEmptyMessage_thenAddByParsing()
|
D | BluetoothMapContentTest.java | 911 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/ |
D | RequestPushMessage.java | 52 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
|
D | RequestGetMessage.java | 56 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 : CHARSET_NATIVE); in RequestGetMessage()
|
D | Request.java | 61 protected static final byte CHARSET_UTF8 = 0x01; field in Request
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyBackupAgent.java | 186 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/ |
D | BluetoothMapAppParams.java | 124 public static final int CHARSET_UTF8 = 1; field in BluetoothMapAppParams
|