Searched refs:CHARSET_UTF8 (Results 1 – 5 of 5) sorted by relevance
51 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
55 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 in RequestGetMessage()
63 protected static byte CHARSET_UTF8 = 0x01; field in Request
172 private static final String CHARSET_UTF8 = "UTF-8"; field in TelephonyBackupAgent1257 openFileOutput(fileName, MODE_PRIVATE)), CHARSET_UTF8), WRITER_BUFFER_SIZE));1263 new FileInputStream(fileDescriptor)), CHARSET_UTF8));
121 public static final int CHARSET_UTF8 = 1; field in BluetoothMapAppParams