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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 45 private final String mReplytoAddressing;
107 mReplytoAddressing = attrs.get("replyto_addressing");
184 json.put("replyto_addressing", mReplytoAddressing);
248 return mReplytoAddressing;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 43 private String mReplytoAddressing = null;
122 return mReplytoAddressing;
126 this.mReplytoAddressing = replytoAddressing;
290 if(mReplytoAddressing != null)
291 xmlMsgElement.attribute(null, "replyto_addressing",mReplytoAddressing);

Completed in 111 milliseconds