Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java317 public int mConvoColName = -1; field in BluetoothMapContent.FilterInfo
391 mConvoColName = c.getColumnIndex( in setEmailImConvoColumns()
2825 String name = imEmailCursor.getString(fi.mConvoColName); in refreshImEmailConvoVersions()
2949 String name = cursor.getString(fi.mConvoColName); in updateImEmailConvoVersion()
3060 ele.setName(tmpCursor.getString(fi.mConvoColName)); in populateImEmailConvoElement()
DBluetoothMapContentObserver.java543 public int mConvoColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo