Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java135 assertThat(mFilterInfo.mConvoColConvoId).isEqualTo(0); in setEmailImConvoColumns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java321 public int mConvoColConvoId = -1; field in BluetoothMapContent.FilterInfo
381 mConvoColConvoId = c.getColumnIndex(BluetoothMapContract.ConversationColumns.THREAD_ID); in setEmailImConvoColumns()
2862 long threadId = imEmailCursor.getLong(fi.mConvoColConvoId); in convoListing()
2869 nextThreadId = imEmailCursor.getLong(fi.mConvoColConvoId); in convoListing()
3075 long id = imEmailCursor.getLong(fi.mConvoColConvoId); in refreshImEmailConvoVersions()
3112 nextThreadId = imEmailCursor.getLong(fi.mConvoColConvoId); in refreshImEmailConvoVersions()
3313 long threadId = tmpCursor.getLong(fi.mConvoColConvoId); in populateImEmailConvoElement()
3375 } while (tmpCursor.moveToNext() && tmpCursor.getLong(fi.mConvoColConvoId) == threadId); in populateImEmailConvoElement()
DBluetoothMapContentObserver.java588 public int mConvoColConvoId = -1; field in BluetoothMapContentObserver.ConvoContactInfo