HomeSort by relevance Sort by last modified time
    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;
266 String handleStr = BluetoothMapUtils.getMapHandle(handle, message.getType());
287 BluetoothMapUtils.TYPE msgType;
300 handle = BluetoothMapUtils.getCpHandle(msgHandle);
301 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 271 milliseconds