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
586 mContactColPresenceText = c.getColumnIndex( in setConvoColunms()
1288 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList()
1880 .getString(cInfo.mContactColPresenceText); in handleContactListChanges()
1962 cInfo.mContactColPresenceText); in handleContactListChanges()
DBluetoothMapContent.java328 public int mContactColPresenceText = -1; field in BluetoothMapContent.FilterInfo
417 mContactColPresenceText = c.getColumnIndex( in setEmailImConvoContactColumns()
3099 c.setPresenceStatus(tmpCursor.getString(fi.mContactColPresenceText)); in populateImEmailConvoElement()