OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChatState
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
61
private int
mChatState
= -1;
82
this.
mChatState
= chatState;
147
return
mChatState
;
151
this.
mChatState
= chatState;
155
this.
mChatState
= Integer.valueOf(chatState);
212
if(
mChatState
!= -1) {
213
xmlConvoElement.attribute(null, XML_ATT_CHAT_STATE, String.valueOf(
mChatState
));
302
if (
mChatState
!= other.
mChatState
) {
BluetoothMapAppParams.java
173
private int
mChatState
= INVALID_VALUE_PARAMETER;
[
all
...]
Completed in 507 milliseconds