OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMapUtils
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java
21
public class
BluetoothMapUtils
{
BluetoothMapbMessageSms.java
23
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
BluetoothMapMessageListingElement.java
29
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
63
this.mapHandle =
BluetoothMapUtils
.getMapHandle(cpHandle, type);
BluetoothMapObexServer.java
28
import com.android.bluetooth.map.
BluetoothMapUtils
;
29
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
269
String handleStr =
BluetoothMapUtils
.getMapHandle(handle, message.getType());
290
BluetoothMapUtils
.TYPE msgType;
303
handle =
BluetoothMapUtils
.getCpHandle(msgHandle);
304
msgType =
BluetoothMapUtils
.getMsgTypeFromHandle(msgHandle);
BluetoothMapContentObserver.java
60
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
203
xmlEvtReport.attribute("", "handle",
BluetoothMapUtils
.getMapHandle(handle, msgType));
[
all
...]
BluetoothMapContent.java
39
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
[
all
...]
BluetoothMapbMessage.java
31
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java
20
import com.android.bluetooth.map.
BluetoothMapUtils
.TYPE;
Completed in 86 milliseconds