Home | History | Annotate | Download | only in tests

Lines Matching refs:newMsg

210 //            BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
211 // String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody();
280 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
281 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody();
283 newMsg.encode();
341 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
342 newMsg).getSmsBody();
373 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8);
376 Log.d(TAG, "newMsg.getFolder(): " + newMsg.getFolder());
377 assertTrue("Folder string did not match", expected.equals(newMsg.getFolder()));
424 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
425 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody();