Searched refs:mChatState (Results 1 – 2 of 2) sorted by relevance
61 private int mChatState = -1; field in BluetoothMapConvoContactElement82 this.mChatState = chatState; in BluetoothMapConvoContactElement()147 return mChatState; in getChatState()151 this.mChatState = chatState; in setChatState()155 this.mChatState = Integer.valueOf(chatState); in setChatState()212 if(mChatState != -1) { in encode()213 xmlConvoElement.attribute(null, XML_ATT_CHAT_STATE, String.valueOf(mChatState)); in encode()302 if (mChatState != other.mChatState) { in equals()
173 private int mChatState = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1082 this.mChatState = state; in setChatState()1086 return mChatState; in getChatState()