Home
last modified time | relevance | path

Searched refs:getMsgTypeFromHandle (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java672 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle); in setMessageStatus()
1468 if ((BluetoothMapUtils.getMsgTypeFromHandle(handle).equals(TYPE.EMAIL)|| in sendGetMessageRsp()
1469 (BluetoothMapUtils.getMsgTypeFromHandle(handle).equals(TYPE.IM))) && in sendGetMessageRsp()
DBluetoothMapUtils.java340 static public TYPE getMsgTypeFromHandle(String mapHandle) { in getMsgTypeFromHandle() method in BluetoothMapUtils
DBluetoothMapContent.java3304 TYPE type = BluetoothMapUtils.getMsgTypeFromHandle(handle); in getMessage()