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.java754 if (getChatState() != INVALID_VALUE_PARAMETER) { in EncodeParams()
757 appParamBuf.putShort((short)getChatState()); in EncodeParams()
1085 public int getChatState() { in getChatState() method in BluetoothMapAppParams
DBluetoothMapConvoContactElement.java146 public int getChatState() { in getChatState() method in BluetoothMapConvoContactElement
DBluetoothMapObexServer.java458 ", ChatStatus: " + appParams.getChatState() + in onPut()
715 int chatState = appParams.getChatState(); in setOwnerStatus()
1556 ", ChatStatus: " + appParams.getChatState() + in onDelete()
DBluetoothMapContentObserver.java1993 if (contact.getChatState() != chatState) { in handleContactListChanges()