Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapbMessageEmailTest.java39 BluetoothMapbMessageEmail messageEmail = new BluetoothMapbMessageEmail(); in setAndGetEmailBody()
46 BluetoothMapbMessageEmail messageEmailToEncode = new BluetoothMapbMessageEmail(); in encodeToByteArray_thenCreateByParsing()
57 assertThat(messageParsed).isInstanceOf(BluetoothMapbMessageEmail.class); in encodeToByteArray_thenCreateByParsing()
58 BluetoothMapbMessageEmail messageEmailParsed = (BluetoothMapbMessageEmail) messageParsed; in encodeToByteArray_thenCreateByParsing()
64 BluetoothMapbMessageEmail messageEmailToEncode = new BluetoothMapbMessageEmail(); in encodeToByteArray_withEmptyBody_thenCreateByParsing()
74 assertThat(messageParsed).isInstanceOf(BluetoothMapbMessageEmail.class); in encodeToByteArray_withEmptyBody_thenCreateByParsing()
75 BluetoothMapbMessageEmail messageEmailParsed = (BluetoothMapbMessageEmail) messageParsed; in encodeToByteArray_withEmptyBody_thenCreateByParsing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageEmail.java28 public class BluetoothMapbMessageEmail extends BluetoothMapbMessage { class
DBluetoothMapbMessage.java566 newBMsg = new BluetoothMapbMessageEmail(); in parse()
DBluetoothMapContent.java4057 BluetoothMapbMessageEmail message = new BluetoothMapbMessageEmail(); in getEmailMessage()
DBluetoothMapContentObserver.java3110 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage()