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.java553 public int mContactColLastActive = -1; field in BluetoothMapContentObserver.ConvoContactInfo
580 mContactColLastActive = c.getColumnIndex( in setConvoColunms()
1290 long lastActivity = c.getLong(cInfo.mContactColLastActive); in initContactsList()
1884 .getLong(cInfo.mContactColLastActive); in handleContactListChanges()
1995 long lastActivity = c.getLong(cInfo.mContactColLastActive); in handleContactListChanges()
DBluetoothMapContent.java325 public int mContactColLastActive = -1; field in BluetoothMapContent.FilterInfo
411 mContactColLastActive = c.getColumnIndex( in setEmailImConvoContactColumns()
3111 c.setLastActivity(tmpCursor.getLong(fi.mContactColLastActive)); in populateImEmailConvoElement()