OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAP_V10_STR
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java
272
xmlMsgElement.attribute(null, "version", BluetoothMapUtils.
MAP_V10_STR
);
BluetoothMapObexServer.java
111
private String mMessageVersion = BluetoothMapUtils.
MAP_V10_STR
;
310
mMessageVersion = BluetoothMapUtils.
MAP_V10_STR
;//always assume version 1.0 to start with
[
all
...]
BluetoothMapUtils.java
82
static final String
MAP_V10_STR
= "1.0";
BluetoothMapContentObserver.java
733
xmlEvtReport.attribute("", "version", BluetoothMapUtils.
MAP_V10_STR
);
[
all
...]
BluetoothMapContent.java
159
private String mMessageVersion = BluetoothMapUtils.
MAP_V10_STR
;
[
all
...]
Completed in 209 milliseconds