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.java550 public int mContactColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo
570 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()
DBluetoothMapContent.java319 public int mContactColName = -1; field in BluetoothMapContent.FilterInfo
390 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setEmailImConvoContactColumns()
3373 c.setName(tmpCursor.getString(fi.mContactColName)); in populateImEmailConvoElement()