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.java20 import com.android.bluetooth.map.BluetoothMapbMessageSms;
39 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeText()
123 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeNativeDeliverPdu()
230 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeDecodeNativeSubmitPdu()
281 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPdu()
303 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsEncodeDecodeNativeSubmitPduWithSc()
342 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPduWithSc()
364 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testFolderLengthTruncation()
389 BluetoothMapbMessageSms msg = new BluetoothMapbMessageSms(); in testSmsMultipartDecode()
425 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsMultipartDecode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage { class
DBluetoothMapbMessage.java595 newBMsg = new BluetoothMapbMessageSms(); in parse()
DBluetoothMapContent.java3401 BluetoothMapbMessageSms message = new BluetoothMapbMessageSms(); in getSmsMessage()
DBluetoothMapContentObserver.java2551 msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()