Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java765 if (getChatState() != INVALID_VALUE_PARAMETER) { in encodeParams()
768 appParamBuf.putShort((short) getChatState()); in encodeParams()
1116 public int getChatState() { in getChatState() method in BluetoothMapAppParams
DBluetoothMapConvoContactElement.java145 public int getChatState() { in getChatState() method in BluetoothMapConvoContactElement
DBluetoothMapObexServer.java525 + appParams.getChatState() + ", ChatStatusConvoId: " in onPut()
850 int chatState = appParams.getChatState(); in setOwnerStatus()
1842 + appParams.getChatState() + ", ChatStatusConvoId: " in onDelete()
DBluetoothMapContentObserver.java2087 if (contact.getChatState() != chatState) { in handleContactListChanges()