Searched refs:mUci (Results 1 – 2 of 2) sorted by relevance
55 private String mUci = null; field in BluetoothMapConvoContactElement68 newElement.mUci = address; in createFromMapContact()85 this.mUci = uci; in BluetoothMapConvoContactElement()189 this.mUci = uci; in setContactId()193 return mUci; in getContactId()214 if (mUci != null) { in encode()215 xmlConvoElement.attribute(null, XML_ATT_UCI, mUci); in encode()266 newElement.mUci = attributeValue; in createFromXml()
37 private final String mUci; field in BluetoothMapAccountItem57 this.mUci = uci; in BluetoothMapAccountItem()93 return mUci; in getUci()101 if (mUci == null) { in getUciFull()107 return new StringBuilder(mUciPrefix).append(":").append(mUci).toString(); in getUciFull()