Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java281 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPdu()
342 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPduWithSc()
425 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsMultipartDecode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java37 public String getSmsBody() { in getSmsBody() method in BluetoothMapbMessageSms
DBluetoothMapContentObserver.java2551 msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()