Home
last modified time | relevance | path

Searched refs:getMapHandle (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java271 xmlMsgElement.attribute(null, "handle", BluetoothMapUtils.getMapHandle(mCpHandle, mType)); in encode()
DBluetoothMapUtils.java274 public static String getMapHandle(long cpHandle, TYPE messageType) { in getMapHandle() method in BluetoothMapUtils
DBluetoothMapObexServer.java786 String handleStr = BluetoothMapUtils.getMapHandle(handle, message.getType()); in pushMessage()
DBluetoothMapContentObserver.java814 "", "handle", BluetoothMapUtils.getMapHandle(handle, msgType)); in encode()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java159 .isEqualTo(BluetoothMapUtils.getMapHandle(TEST_CP_HANDLE, TEST_TYPE)); in encode()