Searched refs:CHARSET_UTF8 (Results 1 – 3 of 3) sorted by relevance
155 private static final String CHARSET_UTF8 = "UTF-8"; field in TelephonyBackupAgent1130 openFileOutput(fileName, MODE_PRIVATE)), CHARSET_UTF8), WRITER_BUFFER_SIZE));1136 new FileInputStream(fileDescriptor)), CHARSET_UTF8));
373 … BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation()
122 public static final int CHARSET_UTF8 = 1; field in BluetoothMapAppParams