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.java310 public int mConvoColName = -1; field in BluetoothMapContent.FilterInfo
373 mConvoColName = c.getColumnIndex(BluetoothMapContract.ConversationColumns.THREAD_NAME); in setEmailImConvoColumns()
3089 String name = imEmailCursor.getString(fi.mConvoColName); in refreshImEmailConvoVersions()
3214 String name = cursor.getString(fi.mConvoColName); in updateImEmailConvoVersion()
3325 ele.setName(tmpCursor.getString(fi.mConvoColName)); in populateImEmailConvoElement()
DBluetoothMapContentObserver.java543 public int mConvoColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo