Searched refs:mConvoColName (Results 1 – 2 of 2) sorted by relevance
310 public int mConvoColName = -1; field in BluetoothMapContent.FilterInfo373 mConvoColName = c.getColumnIndex(BluetoothMapContract.ConversationColumns.THREAD_NAME); in setEmailImConvoColumns()3083 String name = imEmailCursor.getString(fi.mConvoColName); in refreshImEmailConvoVersions()3208 String name = cursor.getString(fi.mConvoColName); in updateImEmailConvoVersion()3319 ele.setName(tmpCursor.getString(fi.mConvoColName)); in populateImEmailConvoElement()
545 public int mConvoColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo