Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java277 BluetoothMapUtils.getMapHandle(mCpHandle, mType)); in encode()
DBluetoothMapUtils.java252 public static String getMapHandle(long cpHandle, TYPE messageType){ in getMapHandle() method in BluetoothMapUtils
DBluetoothMapObexServer.java611 String handleStr = BluetoothMapUtils.getMapHandle(handle, message.getType()); in pushMessage()
DBluetoothMapContentObserver.java746 BluetoothMapUtils.getMapHandle(handle, msgType)); in encode()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java450 String handle = BluetoothMapUtils.getMapHandle(id, TYPE.EMAIL); in testGetMessages()