Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java55 private String mUci = null; field in BluetoothMapConvoContactElement
68 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()
DBluetoothMapAccountItem.java37 private final String mUci; field in BluetoothMapAccountItem
57 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()