OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMessageVersion
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
110
private String
mMessageVersion
= BluetoothMapUtils.MAP_V10_STR;
309
mMessageVersion
= BluetoothMapUtils.MAP_V10_STR;//always assume version 1.0 to start with
363
mMessageVersion
= BluetoothMapUtils.MAP_V11_STR;
451
return pushMessage(op, name, appParams,
mMessageVersion
);
[
all
...]
BluetoothMapContent.java
159
private String
mMessageVersion
= BluetoothMapUtils.MAP_V10_STR;
[
all
...]
Completed in 32 milliseconds