Home
last modified time | relevance | path

Searched refs:mDeliveryStatus (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java44 private String mDeliveryStatus = null; field in BluetoothMapMessageListingElement
172 return mDeliveryStatus; in getDeliveryStatus()
176 this.mDeliveryStatus = deliveryStatus; in setDeliveryStatus()
324 if (mDeliveryStatus != null) { in encode()
325 xmlMsgElement.attribute(null, "delivery_status", mDeliveryStatus); in encode()