Searched refs:mContactColBtUid (Results 1 – 2 of 2) sorted by relevance
552 public int mContactColBtUid = -1; field in BluetoothMapContentObserver.ConvoContactInfo573 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()
314 public int mContactColBtUid = -1; field in BluetoothMapContent.FilterInfo382 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setEmailImConvoContactColumns()3349 c.setBtUid(new SignedLongLong(tmpCursor.getLong(fi.mContactColBtUid), 0)); in populateImEmailConvoElement()