Searched refs:mChatState (Results 1 – 2 of 2) sorted by relevance
60 private int mChatState = -1; field in BluetoothMapConvoContactElement81 this.mChatState = chatState; in BluetoothMapConvoContactElement()146 return mChatState; in getChatState()150 this.mChatState = chatState; in setChatState()154 this.mChatState = Integer.valueOf(chatState); in setChatState()211 if(mChatState != -1) { in encode()212 xmlConvoElement.attribute(null, XML_ATT_CHAT_STATE, String.valueOf(mChatState)); in encode()301 if (mChatState != other.mChatState) { in equals()
172 private int mChatState = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1081 this.mChatState = state; in setChatState()1085 return mChatState; in getChatState()