Searched refs:mChatState (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java60 private int mChatState = -1; field in class:BluetoothMapConvoContactElement
81 this.mChatState = chatState;
146 return mChatState;
150 this.mChatState = chatState;
154 this.mChatState = Integer.valueOf(chatState);
211 if(mChatState != -1) {
212 xmlConvoElement.attribute(null, XML_ATT_CHAT_STATE, String.valueOf(mChatState));
301 if (mChatState != other.mChatState) {
H A DBluetoothMapAppParams.java172 private int mChatState = INVALID_VALUE_PARAMETER; field in class:BluetoothMapAppParams
1081 this.mChatState = state;
1085 return mChatState;

Completed in 69 milliseconds