Searched refs:mSent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java55 private String mSent = null; field in class:BluetoothMapMessageListingElement
222 return mSent;
226 this.mSent = sent;
317 if(mSent != null)
318 xmlMsgElement.attribute(null, "sent", mSent);

Completed in 37 milliseconds