Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java553 public int mContactColChatState = -1; field in BluetoothMapContentObserver.ConvoContactInfo
574 mContactColChatState = in setConvoColunms()
1374 int chatState = c.getInt(cInfo.mContactColChatState); in initContactsList()
2004 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges()
2097 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges()
DBluetoothMapContent.java315 public int mContactColChatState = -1; field in BluetoothMapContent.FilterInfo
383 mContactColChatState = in setEmailImConvoContactColumns()
3352 c.setChatState(tmpCursor.getInt(fi.mContactColChatState)); in populateImEmailConvoElement()