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 45 private String mRecipientAddressing = null;
138 return mRecipientAddressing;
142 this.mRecipientAddressing = recipientAddressing;
295 if(mRecipientAddressing != null)
296 xmlMsgElement.attribute(null, "recipient_addressing", mRecipientAddressing);

Completed in 42 milliseconds