Searched defs: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 : "";
124 this.mFormattedName = (formattedName != null) ? formattedName : "";
216 if (mVersion.equals("3.0") && mFormattedName != null) {
217 sb.append("FN:").append(mFormattedName).append("\r\n");

Completed in 12 milliseconds