Home
last modified time | relevance | path

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

/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java729 BluetoothMapBmessage bmsg = new BluetoothMapBmessage(); in pushMessage() local
731 bmsg.setType(BluetoothMapBmessage.Type.SMS_GSM); in pushMessage()
732 bmsg.setStatus(BluetoothMapBmessage.Status.READ); in pushMessage()
741 bmsg.addRecipient(dest_entry); in pushMessage()
744 bmsg.setBodyContent(msg.getMessage()); in pushMessage()
746 boolean status = mClient.pushMessage(FOLDER_OUTBOX, bmsg, null); in pushMessage()