Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java52 private String mUci = null; field in BluetoothMapConvoContactElement
65 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()
DBluetoothMapAccountItem.java41 private final String mUci; field in BluetoothMapAccountItem
54 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()