Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DConvoContactInfoTest.java67 assertThat(info.mContactColPresenceText).isEqualTo(8); in setConvoColumns()
DFilterInfoTest.java168 assertThat(mFilterInfo.mContactColPresenceText).isEqualTo(7); in setEmailImConvoContactColumns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java602 public int mContactColPresenceText = -1; field in BluetoothMapContentObserver.ConvoContactInfo
629 mContactColPresenceText = in setConvoColunms()
1473 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList()
2369 c.getString(cInfo.mContactColPresenceText); in handleContactListChanges()
2484 c.getString(cInfo.mContactColPresenceText); in handleContactListChanges()
DBluetoothMapContent.java334 public int mContactColPresenceText = -1; field in BluetoothMapContent.FilterInfo
404 mContactColPresenceText = in setEmailImConvoContactColumns()
3357 c.setPresenceStatus(tmpCursor.getString(fi.mContactColPresenceText)); in populateImEmailConvoElement()