OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHARSET_NATIVE
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessage.java
52
:
CHARSET_NATIVE
);
BluetoothMasRequestPushMessage.java
50
oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ?
CHARSET_NATIVE
: CHARSET_UTF8);
BluetoothMasRequest.java
61
protected static byte
CHARSET_NATIVE
= 0x00;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
49
if(mAppParamCharset == BluetoothMapAppParams.
CHARSET_NATIVE
) {
BluetoothMapAppParams.java
121
public static final int
CHARSET_NATIVE
= 0;
[
all
...]
BluetoothMapbMessage.java
587
if(appParamCharset == BluetoothMapAppParams.
CHARSET_NATIVE
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java
210
// BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
280
BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
341
BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
424
BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
Completed in 459 milliseconds