Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java55 private final ReceptionStatus mReceptionStatus; field in Message
114 mReceptionStatus = strToReceptionStatus(attrs.get("reception_status")); in Message()
179 json.put("reception_status", mReceptionStatus); in toString()
269 return mReceptionStatus; in getReceptionStatus()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java43 private String mReceptionStatus = null; field in BluetoothMapMessageListingElement
164 return mReceptionStatus; in getReceptionStatus()
168 this.mReceptionStatus = receptionStatus; in setReceptionStatus()
321 if (mReceptionStatus != null) { in encode()
322 xmlMsgElement.attribute(null, "reception_status", mReceptionStatus); in encode()