Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java40 private String mRecipientAddressing = null; field in BluetoothMapMessageListingElement
133 return mRecipientAddressing; in getRecipientAddressing()
137 this.mRecipientAddressing = recipientAddressing; in setRecipientAddressing()
308 if (mRecipientAddressing != null) { in encode()
309 xmlMsgElement.attribute(null, "recipient_addressing", mRecipientAddressing); in encode()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DMessage.java48 private final String mRecipientAddressing; field in Message
102 mRecipientAddressing = attrs.get("recipient_addressing"); in Message()
179 json.put("recipient_addressing", mRecipientAddressing); in toString()
257 return mRecipientAddressing; in getRecipientAddressing()