Home
last modified time | relevance | path

Searched refs:setDeliveryStatus (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java176 public void setDeliveryStatus(String deliveryStatus) { in setDeliveryStatus() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java704 void setDeliveryStatus( in setDeliveryStatus() method in BluetoothMapContent
716 e.setDeliveryStatus(deliveryStatus); in setDeliveryStatus()
2394 setDeliveryStatus(ele, tmpCursor, fi, ap); in msgListing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java87 mMessageListingElement.setDeliveryStatus(TEST_DELIVERY_STATUS); in setUp()
DBluetoothMapContentTest.java365 public void setDeliveryStatus() { in setDeliveryStatus() method in BluetoothMapContentTest
374 mContent.setDeliveryStatus(mMessageListingElement, cursor, mInfo, mParams); in setDeliveryStatus()