OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appParamCharset
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
49
if(
appParamCharset
== BluetoothMapAppParams.CHARSET_NATIVE) {
BluetoothMapbMessage.java
42
protected int
appParamCharset
= BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
374
public static BluetoothMapbMessage parse(InputStream bMsgStream, int
appParamCharset
) throws IllegalArgumentException{
471
if(
appParamCharset
== BluetoothMapAppParams.CHARSET_NATIVE
503
newBMsg.
appParamCharset
=
appParamCharset
;
[
all
...]
Completed in 387 milliseconds