HomeSort by relevance Sort by last modified time
    Searched refs:mRecipientAddressing (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 49 private final String mRecipientAddressing;
111 mRecipientAddressing = attrs.get("recipient_addressing");
186 json.put("recipient_addressing", mRecipientAddressing);
264 return mRecipientAddressing;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 46 private String mRecipientAddressing = null;
139 return mRecipientAddressing;
143 this.mRecipientAddressing = recipientAddressing;
304 if(mRecipientAddressing != null)
305 xmlMsgElement.attribute(null, "recipient_addressing", mRecipientAddressing);

Completed in 183 milliseconds