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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java50 private String mReceptionStatus = null; field in class:BluetoothMapMessageListingElement
171 return mReceptionStatus;
175 this.mReceptionStatus = receptionStatus;
304 if(mReceptionStatus != null)
305 xmlMsgElement.attribute(null, "reception_status", mReceptionStatus);

Completed in 42 milliseconds