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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java145 public int getChatState() { method in class:BluetoothMapConvoContactElement
H A DBluetoothMapAppParams.java753 if (getChatState() != INVALID_VALUE_PARAMETER) {
756 appParamBuf.putShort((short)getChatState());
1084 public int getChatState() { method in class:BluetoothMapAppParams
H A DBluetoothMapObexServer.java476 ", ChatStatus: " + appParams.getChatState() +
733 int chatState = appParams.getChatState();
1585 ", ChatStatus: " + appParams.getChatState() +
H A DBluetoothMapContentObserver.java2011 if (contact.getChatState() != chatState) {

Completed in 66 milliseconds