Searched refs:mRecipientAddressing (Results 1 – 2 of 2) sorted by relevance
40 private String mRecipientAddressing = null; field in BluetoothMapMessageListingElement133 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()
48 private final String mRecipientAddressing; field in Message102 mRecipientAddressing = attrs.get("recipient_addressing"); in Message()179 json.put("recipient_addressing", mRecipientAddressing); in toString()257 return mRecipientAddressing; in getRecipientAddressing()