Home
last modified time | relevance | path

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

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