Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java24 import com.android.bluetooth.map.BluetoothMapbMessageSms;
45 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeText()
109 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeNativeDeliverPdu()
216 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeDecodeNativeSubmitPdu()
267 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPdu()
289 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeDecodeNativeSubmitPduWithSc()
328 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPduWithSc()
350 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testFolderLengthTruncation()
375 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsMultipartDecode()
411 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsMultipartDecode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage { class
DBluetoothMapContent.java1425 BluetoothMapbMessageSms message = new BluetoothMapbMessageSms(); in getSmsMessage()
DBluetoothMapbMessage.java478 newBMsg = new BluetoothMapbMessageSms(); in parse()
DBluetoothMapContentObserver.java675 String msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()