Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DConvoContactInfoTest.java64 assertThat(info.mContactColLastActive).isEqualTo(6); in setConvoColumns()
DFilterInfoTest.java165 assertThat(mFilterInfo.mContactColLastActive).isEqualTo(4); in setEmailImConvoContactColumns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java600 public int mContactColLastActive = -1; field in BluetoothMapContentObserver.ConvoContactInfo
624 mContactColLastActive = in setConvoColunms()
1475 long lastActivity = c.getLong(cInfo.mContactColLastActive); in initContactsList()
2372 long lastActivity = c.getLong(cInfo.mContactColLastActive); in handleContactListChanges()
2517 long lastActivity = c.getLong(cInfo.mContactColLastActive); in handleContactListChanges()
DBluetoothMapContent.java331 public int mContactColLastActive = -1; field in BluetoothMapContent.FilterInfo
399 mContactColLastActive = in setEmailImConvoContactColumns()
3369 c.setLastActivity(tmpCursor.getLong(fi.mContactColLastActive)); in populateImEmailConvoElement()