Searched refs:mSent (Results 1 – 2 of 2) sorted by relevance
55 private String mSent = null; field in BluetoothMapMessageListingElement222 return mSent; in getSent()226 this.mSent = sent; in setSent()317 if(mSent != null) in encode()318 xmlMsgElement.attribute(null, "sent", mSent); in encode()
51 private boolean mSent; field in BluetoothMapMessagesListing87 out.writeByte((byte) (mSent ? 1 : 0)); in writeToParcel()111 mSent = in.readByte() != 0; in readFromParcel()166 json.put("sent", mSent); in toString()