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.java558 public int mContactColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo
578 mContactColName = c.getColumnIndex( in setConvoColunms()
592 mContactColName = c.getColumnIndex( in setConvoColunms()
1304 String name = c.getString(cInfo.mContactColName); in initContactsList()
1894 .getString(cInfo.mContactColName); in handleContactListChanges()
DBluetoothMapContent.java320 public int mContactColName = -1; field in BluetoothMapContent.FilterInfo
407 mContactColName = c.getColumnIndex( in setEmailImConvoContactColumns()
3113 c.setName(tmpCursor.getString(fi.mContactColName)); in populateImEmailConvoElement()