Searched defs:protect (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java55 private String protect = null; field in class:BluetoothMapMessageListingElement
200 return protect;
203 public void setProtect(String protect) { argument
204 this.protect = protect;
255 if(protect != null)
256 xmlMsgElement.attribute("", "protect", protect);

Completed in 67 milliseconds