Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java316 public int mConvoColLastActivity = -1; field in BluetoothMapContent.FilterInfo
389 mConvoColLastActivity = c.getColumnIndex( in setEmailImConvoColumns()
1195 date = c.getLong(fi.mConvoColLastActivity); in setLastActivity()
2827 long last_activity = imEmailCursor.getLong(fi.mConvoColLastActivity); in refreshImEmailConvoVersions()
2950 long last_activity = cursor.getLong(fi.mConvoColLastActivity); in updateImEmailConvoVersion()
3069 long timestamp = tmpCursor.getLong(fi.mConvoColLastActivity); in populateImEmailConvoElement()
DBluetoothMapContentObserver.java542 public int mConvoColLastActivity = -1; field in BluetoothMapContentObserver.ConvoContactInfo