Searched refs:mRecipientAddressing (Results 1 – 2 of 2) sorted by relevance
47 private final String mRecipientAddressing; field in Message100 mRecipientAddressing = attrs.get("recipient_addressing"); in Message()175 json.put("recipient_addressing", mRecipientAddressing); in toString()247 return mRecipientAddressing; in getRecipientAddressing()
38 private String mRecipientAddressing = null; field in BluetoothMapMessageListingElement131 return mRecipientAddressing; in getRecipientAddressing()135 this.mRecipientAddressing = recipientAddressing; in setRecipientAddressing()308 if (mRecipientAddressing != null) { in encode()309 xmlMsgElement.attribute(null, "recipient_addressing", mRecipientAddressing); in encode()