Searched defs:uci (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) {
54 this.mUci = uci;
65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci,
68 icon, appType, uci, uciPrefix);
44 BluetoothMapAccountItem(String id, String name, String packageName, String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) argument
64 create(String id, String name, String packageName, String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) argument
H A DBluetoothMapConvoContactElement.java72 public BluetoothMapConvoContactElement(String uci, String name, String displayName, argument
75 this.mUci = uci;
174 public void setContactId(String uci) { argument
175 this.mUci = uci;
H A DBluetoothMapContentObserver.java613 String uci = null; field in class:BluetoothMapContentObserver.Event
704 public Event(String eventType, String uci, TYPE msgType, String name, String priority, argument
708 this.uci = uci;
753 xmlEvtReport.attribute("", "participant_uci", uci);
1303 String uci = c.getString(cInfo.mContactColUci);
1313 new BluetoothMapConvoContactElement(uci, name, displayName,
1316 contactList.put(uci, contact);
1866 String uci = c.getString(cInfo.mContactColUci);
1874 getContactList().remove(uci);
[all...]

Completed in 307 milliseconds