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.java175 public void setDeliveryStatus(String deliveryStatus) { in setDeliveryStatus() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java700 void setDeliveryStatus( in setDeliveryStatus() method in BluetoothMapContent
712 e.setDeliveryStatus(deliveryStatus); in setDeliveryStatus()
2412 setDeliveryStatus(ele, tmpCursor, fi, ap); in msgListing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java86 mMessageListingElement.setDeliveryStatus(TEST_DELIVERY_STATUS); in setUp()
DBluetoothMapContentTest.java364 public void setDeliveryStatus() { in setDeliveryStatus() method in BluetoothMapContentTest
373 mContent.setDeliveryStatus(mMessageListingElement, cursor, mInfo, mParams); in setDeliveryStatus()