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.java311 public int mConvoColName = -1; field in BluetoothMapContent.FilterInfo
385 mConvoColName = c.getColumnIndex( in setEmailImConvoColumns()
2824 String name = imEmailCursor.getString(fi.mConvoColName); in refreshImEmailConvoVersions()
2948 String name = cursor.getString(fi.mConvoColName); in updateImEmailConvoVersion()
3059 ele.setName(tmpCursor.getString(fi.mConvoColName)); in populateImEmailConvoElement()
DBluetoothMapContentObserver.java553 public int mConvoColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo