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