Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java557 public int mContactColPresenceText = -1; field in BluetoothMapContentObserver.ConvoContactInfo
584 mContactColPresenceText = in setConvoColunms()
1371 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList()
2002 c.getString(cInfo.mContactColPresenceText); in handleContactListChanges()
2077 c.getString(cInfo.mContactColPresenceText); in handleContactListChanges()
H A DBluetoothMapContent.java321 public int mContactColPresenceText = -1; field in BluetoothMapContent.FilterInfo
393 mContactColPresenceText = in setEmailImConvoContactColumns()
3358 c.setPresenceStatus(tmpCursor.getString(fi.mContactColPresenceText)); in populateImEmailConvoElement()