Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java150 public void setChatState(int chatState) { in setChatState() method in BluetoothMapConvoContactElement
154 public void setChatState(String chatState) { in setChatState() method in BluetoothMapConvoContactElement
263 newElement.setChatState(attributeValue); in createFromXml()
DBluetoothMapAppParams.java482 setChatState(appParams[i]); in ParseParams()
1079 public void setChatState(int state) { in setChatState() method in BluetoothMapAppParams
DBluetoothMapContentObserver.java1997 contact.setChatState(chatState); in handleContactListChanges()
DBluetoothMapContent.java3093 c.setChatState(tmpCursor.getInt(fi.mContactColChatState)); in populateImEmailConvoElement()