Searched refs:protect (Results 1 - 2 of 2) 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);
H A DBluetoothMapContent.java347 String protect = "no";
348 if (D) Log.d(TAG, "setProtected: " + protect);
349 e.setProtect(protect);

Completed in 80 milliseconds