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.java149 public void setChatState(int chatState) { in setChatState() method in BluetoothMapConvoContactElement
153 public void setChatState(String chatState) { in setChatState() method in BluetoothMapConvoContactElement
261 newElement.setChatState(attributeValue); in createFromXml()
DBluetoothMapAppParams.java487 setChatState(appParams[i]); in parseParams()
1109 public void setChatState(int state) { in setChatState() method in BluetoothMapAppParams
DBluetoothMapContentObserver.java2102 contact.setChatState(chatState); in handleContactListChanges()
DBluetoothMapContent.java3352 c.setChatState(tmpCursor.getInt(fi.mContactColChatState)); in populateImEmailConvoElement()