Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java313 public int mConvoColSummary = -1; field in BluetoothMapContent.FilterInfo
377 mConvoColSummary = c.getColumnIndex(BluetoothMapContract.ConversationColumns.SUMMARY); in setEmailImConvoColumns()
3090 String summary = imEmailCursor.getString(fi.mConvoColSummary); in refreshImEmailConvoVersions()
3347 ele.setSummary(tmpCursor.getString(fi.mConvoColSummary)); in populateImEmailConvoElement()