Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java45 private String mRecipientAddressing = null; field in BluetoothMapMessageListingElement
130 return mRecipientAddressing; in getRecipientAddressing()
134 this.mRecipientAddressing = recipientAddressing; in setRecipientAddressing()
274 if(mRecipientAddressing != null) in encode()
275 xmlMsgElement.attribute(null, "recipient_addressing", mRecipientAddressing); in encode()