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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java67 private String mFormattedName = null; field in class:BluetoothMapbMessage.vCard
87 this.mFormattedName = formattedName != null ? formattedName : "";
126 this.mFormattedName = (formattedName != null) ? formattedName : "";
213 if(mVersion.equals("3.0") && mFormattedName != null)
215 sb.append("FN:").append(mFormattedName).append("\r\n");

Completed in 87 milliseconds