Searched refs:BluetoothMapbMessageSms (Results 1 – 5 of 5) sorted by relevance
24 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()
25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage { class
1425 BluetoothMapbMessageSms message = new BluetoothMapbMessageSms(); in getSmsMessage()
478 newBMsg = new BluetoothMapbMessageSms(); in parse()
675 String msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()