Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java548 public int mContactColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo
568 mContactColName = c.getColumnIndex( in setConvoColunms()
582 mContactColName = c.getColumnIndex( in setConvoColunms()
1286 String name = c.getString(cInfo.mContactColName); in initContactsList()
1876 .getString(cInfo.mContactColName); in handleContactListChanges()
DBluetoothMapContent.java326 public int mContactColName = -1; field in BluetoothMapContent.FilterInfo
413 mContactColName = c.getColumnIndex( in setEmailImConvoContactColumns()
3114 c.setName(tmpCursor.getString(fi.mContactColName)); in populateImEmailConvoElement()