Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java56 private String mProtect = null; field in BluetoothMapMessageListingElement
230 return mProtect; in getProtect()
234 this.mProtect = protect; in setProtect()
319 if(mProtect != null) in encode()
320 xmlMsgElement.attribute(null, "protected", mProtect); in encode()