Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java550 public int mContactColBtUid = -1; field in BluetoothMapContentObserver.ConvoContactInfo
572 mContactColBtUid = c.getColumnIndex( in setConvoColunms()
1293 String btUid = c.getString(cInfo.mContactColBtUid); in initContactsList()
1890 .getString(cInfo.mContactColBtUid); in handleContactListChanges()
DBluetoothMapContent.java321 public int mContactColBtUid = -1; field in BluetoothMapContent.FilterInfo
403 mContactColBtUid = c.getColumnIndex( in setEmailImConvoContactColumns()
3090 c.setBtUid(new SignedLongLong(tmpCursor.getLong(fi.mContactColBtUid),0)); in populateImEmailConvoElement()