Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessageTest.java102 assertThat(msg.getReceptionStatus()).isEqualTo(Message.ReceptionStatus.NOTIFICATION); in constructor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java268 public ReceptionStatus getReceptionStatus() { in getReceptionStatus() method in Message
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java163 public String getReceptionStatus() { in getReceptionStatus() method in BluetoothMapMessageListingElement
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java116 assertThat(mMessageListingElement.getReceptionStatus()).isEqualTo(TEST_RECEPTION_STATUS); in getters()
DBluetoothMapContentTest.java1437 assertThat(smsElement.getReceptionStatus()).isEqualTo(TEST_RECEPTION_STATUS); in msgListing_withSmsCursorOnly()
1529 assertThat(mmsElement.getReceptionStatus()).isEqualTo(TEST_RECEPTION_STATUS); in msgListing_withMmsCursorOnly()
1622 assertThat(emailElement.getReceptionStatus()).isEqualTo(TEST_RECEPTION_STATUS); in msgListing_withEmailCursorOnly()
1724 assertThat(imElement.getReceptionStatus()).isEqualTo(TEST_RECEPTION_STATUS); in msgListing_withImCursorOnly()