Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java315 public int mConvoColConvoId = -1; field in BluetoothMapContent.FilterInfo
387 mConvoColConvoId = c.getColumnIndex( in setEmailImConvoColumns()
2613 long threadId = imEmailCursor.getLong(fi.mConvoColConvoId); in convoListing()
2620 nextThreadId = imEmailCursor.getLong(fi.mConvoColConvoId); in convoListing()
2815 long id = imEmailCursor.getLong(fi.mConvoColConvoId); in refreshImEmailConvoVersions()
2852 nextThreadId = imEmailCursor.getLong(fi.mConvoColConvoId); in refreshImEmailConvoVersions()
3054 long threadId = tmpCursor.getLong(fi.mConvoColConvoId); in populateImEmailConvoElement()
3118 && tmpCursor.getLong(fi.mConvoColConvoId) == threadId); in populateImEmailConvoElement()
DBluetoothMapContentObserver.java541 public int mConvoColConvoId = -1; field in BluetoothMapContentObserver.ConvoContactInfo