Home
last modified time | relevance | path

Searched refs:getMapConvoHandle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java235 this.mThreadId = BluetoothMapUtils.getMapConvoHandle(threadId, type); in setThreadId()
DBluetoothMapUtils.java323 public static String getMapConvoHandle(long cpHandle, TYPE messageType) { in getMapConvoHandle() method in BluetoothMapUtils
DBluetoothMapContentObserver.java863 BluetoothMapUtils.getMapConvoHandle(conversationID, msgType)); in encode()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java199 .isEqualTo(BluetoothMapUtils.getMapConvoHandle(TEST_THREAD_ID, TEST_TYPE)); in encode()