Home
last modified time | relevance | path

Searched refs:setSent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java221 public void setSent(String sent) { in setSent() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java525 private static void setSent( in setSent() method in BluetoothMapContent
546 e.setSent(sent); in setSent()
2388 setSent(ele, tmpCursor, fi, ap); in msgListing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java91 mMessageListingElement.setSent(TEST_SENT); in setUp()