Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java63 private String mFormattedName = null; field in BluetoothMapbMessage.VCard
88 this.mFormattedName = formattedName != null ? formattedName : ""; in VCard()
132 this.mFormattedName = (formattedName != null) ? formattedName : ""; in VCard()
225 if (mVersion.equals("3.0") && mFormattedName != null) { in encode()
226 sb.append("FN:").append(mFormattedName).append("\r\n"); in encode()