Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java555 public int mContactColLastActive = -1; field in BluetoothMapContentObserver.ConvoContactInfo
579 mContactColLastActive = in setConvoColunms()
1373 long lastActivity = c.getLong(cInfo.mContactColLastActive); in initContactsList()
2003 long lastActivity = c.getLong(cInfo.mContactColLastActive); in handleContactListChanges()
2100 long lastActivity = c.getLong(cInfo.mContactColLastActive); in handleContactListChanges()
DBluetoothMapContent.java318 public int mContactColLastActive = -1; field in BluetoothMapContent.FilterInfo
388 mContactColLastActive = in setEmailImConvoContactColumns()
3370 c.setLastActivity(tmpCursor.getLong(fi.mContactColLastActive)); in populateImEmailConvoElement()