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.java552 public int mContactColBtUid = -1; field in BluetoothMapContentObserver.ConvoContactInfo
573 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setConvoColunms()
1376 String btUid = c.getString(cInfo.mContactColBtUid); in initContactsList()
2006 String btUid = c.getString(cInfo.mContactColBtUid); in handleContactListChanges()
DBluetoothMapContent.java314 public int mContactColBtUid = -1; field in BluetoothMapContent.FilterInfo
382 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setEmailImConvoContactColumns()
3349 c.setBtUid(new SignedLongLong(tmpCursor.getLong(fi.mContactColBtUid), 0)); in populateImEmailConvoElement()