Home
last modified time | relevance | path

Searched refs:uci (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) { in BluetoothMapAccountItem() argument
54 this.mUci = uci; in BluetoothMapAccountItem()
65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, in create() argument
68 icon, appType, uci, uciPrefix); in create()
DBluetoothMapConvoContactElement.java73 public BluetoothMapConvoContactElement(String uci, String name, String displayName, in BluetoothMapConvoContactElement() argument
76 this.mUci = uci; in BluetoothMapConvoContactElement()
175 public void setContactId(String uci) { in setContactId() argument
176 this.mUci = uci; in setContactId()
DBluetoothMapAccountLoader.java202 String uci = null; in parseAccounts() local
205 uci = c.getString(uciIndex); in parseAccounts()
207 if(D)Log.d(TAG," Account UCI " + uci); in parseAccounts()
217 uci, in parseAccounts()
DBluetoothMapContentObserver.java603 String uci = null; field in BluetoothMapContentObserver.Event
694 public Event(String eventType, String uci, TYPE msgType, String name, String priority, in Event() argument
698 this.uci = uci; in Event()
743 xmlEvtReport.attribute("", "participant_uci", uci); in encode()
1285 String uci = c.getString(cInfo.mContactColUci); in initContactsList() local
1295 new BluetoothMapConvoContactElement(uci, name, displayName, in initContactsList()
1298 contactList.put(uci, contact); in initContactsList()
1848 String uci = c.getString(cInfo.mContactColUci); in handleContactListChanges() local
1856 getContactList().remove(uci); in handleContactListChanges()
1915 uci, name, displayName, in handleContactListChanges()
[all …]
DBluetoothMapObexServer.java1374 String uci = mAccount.getUci(); in sendMASInstanceInformationRsp() local
1377 new StringBuilder(uci == null ? 5 : 5 + uci.length()); in sendMASInstanceInformationRsp()
1385 if(uci != null) { in sendMASInstanceInformationRsp()
1386 sb.append(":").append(uci); in sendMASInstanceInformationRsp()