OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHARSET_NATIVE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
49
if(appParamCharset == BluetoothMapAppParams.
CHARSET_NATIVE
) {
BluetoothMapAppParams.java
87
public static final int
CHARSET_NATIVE
= 0;
[
all
...]
BluetoothMapbMessage.java
471
if(appParamCharset == BluetoothMapAppParams.
CHARSET_NATIVE
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java
196
// BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
266
BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
327
BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
410
BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.
CHARSET_NATIVE
);
Completed in 53 milliseconds