Home
last modified time | relevance | path

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

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