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()302 if (mChatState != other.mChatState) { in equals()
172 private int mChatState = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1113 this.mChatState = state; in setChatState()1117 return mChatState; in getChatState()