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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java51 private String mProtect = null; field in class:BluetoothMapMessageListingElement
227 return mProtect;
231 this.mProtect = protect;
341 if (mProtect != null) {
342 xmlMsgElement.attribute(null, "protected", mProtect);

Completed in 26 milliseconds