Home
last modified time | relevance | path

Searched refs:setReplytoAddressing (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java118 public void setReplytoAddressing(String replytoAddressing) { in setReplytoAddressing() method in BluetoothMapMessageListingElement
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java79 mMessageListingElement.setReplytoAddressing(TEST_REPLY_TO_ADDRESSING); in setUp()