Searched defs:mDeliveryStatus (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java47 private String mDeliveryStatus = null; field in class:BluetoothMapMessageListingElement
175 return mDeliveryStatus;
179 this.mDeliveryStatus = deliveryStatus;
310 if(mDeliveryStatus != null)
311 xmlMsgElement.attribute(null, "delivery_status", mDeliveryStatus);

Completed in 38 milliseconds