Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java555 public int mContactColPresenceText = -1; field in BluetoothMapContentObserver.ConvoContactInfo
582 mContactColPresenceText = in setConvoColunms()
1369 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList()
1989 c.getString(cInfo.mContactColPresenceText); in handleContactListChanges()
2064 c.getString(cInfo.mContactColPresenceText); in handleContactListChanges()
DBluetoothMapContent.java321 public int mContactColPresenceText = -1; field in BluetoothMapContent.FilterInfo
393 mContactColPresenceText = in setEmailImConvoContactColumns()
3364 c.setPresenceStatus(tmpCursor.getString(fi.mContactColPresenceText)); in populateImEmailConvoElement()