Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java137 assertThat(mFilterInfo.mConvoColName).isEqualTo(2); in setEmailImConvoColumns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java323 public int mConvoColName = -1; field in BluetoothMapContent.FilterInfo
384 mConvoColName = c.getColumnIndex(BluetoothMapContract.ConversationColumns.THREAD_NAME); in setEmailImConvoColumns()
3085 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()
DBluetoothMapContentObserver.java590 public int mConvoColName = -1; field in BluetoothMapContentObserver.ConvoContactInfo