Searched refs:retMsg (Results 1 – 1 of 1) sorted by relevance
619 BluetoothMapMessage retMsg = new BluetoothMapMessage(); in onGetMessage() local624 retMsg.setType(BluetoothMapMessage.TYPE_SMS_GSM); in onGetMessage()627 retMsg.setType(BluetoothMapMessage.TYPE_SMS_CDMA); in onGetMessage()630 retMsg.setType(BluetoothMapMessage.TYPE_UNKNOWN); in onGetMessage()637 retMsg.setStatus(BluetoothMapMessage.STATUS_READ); in onGetMessage()640 retMsg.setStatus(BluetoothMapMessage.STATUS_UNREAD); in onGetMessage()643 retMsg.setStatus(BluetoothMapMessage.STATUS_UNKNOWN); in onGetMessage()647 retMsg.setFolder(msg.getFolder()); in onGetMessage()669 retMsg.setSender(origin.getPhoneList().get(0).getNumber()); in onGetMessage()675 retMsg.setMessage(msg.getBodyContent()); in onGetMessage()[all …]