Searched refs:mContactColName (Results 1 – 2 of 2) sorted by relevance
550 public int mContactColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo570 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()581 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()1369 String name = c.getString(cInfo.mContactColName); in initContactsList()1997 String name = c.getString(cInfo.mContactColName); in handleContactListChanges()
319 public int mContactColName = -1; field in BluetoothMapContent.FilterInfo390 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setEmailImConvoContactColumns()3373 c.setName(tmpCursor.getString(fi.mContactColName)); in populateImEmailConvoElement()