Searched refs:mUci (Results 1 – 2 of 2) sorted by relevance
52 private String mUci = null; field in BluetoothMapConvoContactElement65 newElement.mUci = address; in createFromMapContact()75 this.mUci = uci; in BluetoothMapConvoContactElement()175 this.mUci = uci; in setContactId()179 return mUci; in getContactId()200 if (mUci != null) { in encode()201 xmlConvoElement.attribute(null, XML_ATT_UCI, mUci); in encode()255 newElement.mUci = attributeValue; in createFromXml()
41 private final String mUci; field in BluetoothMapAccountItem54 this.mUci = uci; in BluetoothMapAccountItem()79 return mUci; in getUci()87 if (mUci == null) { in getUciFull()93 return new StringBuilder(mUciPrefix).append(":").append(mUci).toString(); in getUciFull()