Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java60 private int mChatState = -1; field in BluetoothMapConvoContactElement
81 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()
DBluetoothMapAppParams.java172 private int mChatState = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1113 this.mChatState = state; in setChatState()
1117 return mChatState; in getChatState()