Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java155 private static final String CHARSET_UTF8 = "UTF-8"; field in TelephonyBackupAgent
1130 openFileOutput(fileName, MODE_PRIVATE)), CHARSET_UTF8), WRITER_BUFFER_SIZE));
1136 new FileInputStream(fileDescriptor)), CHARSET_UTF8));
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java51 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
DRequestGetMessage.java55 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 in RequestGetMessage()
DRequest.java63 protected static byte CHARSET_UTF8 = 0x01; field in Request
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java121 public static final int CHARSET_UTF8 = 1; field in BluetoothMapAppParams