Searched refs:chatState (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoContactElement.java | 74 String presenceStatus, int presenceAvailability, long lastActivity, int chatState, in BluetoothMapConvoContactElement() argument 82 this.mChatState = chatState; in BluetoothMapConvoContactElement() 150 public void setChatState(int chatState) { in setChatState() argument 151 this.mChatState = chatState; in setChatState() 154 public void setChatState(String chatState) { in setChatState() argument 155 this.mChatState = Integer.valueOf(chatState); in setChatState()
|
D | BluetoothMapContentObserver.java | 612 int chatState = BluetoothMapContract.ChatState.UNKNOWN; field in BluetoothMapContentObserver.Event 696 int presenceState, String presenceStatus, int chatState) { in Event() argument 717 if (chatState != BluetoothMapContract.ChatState.UNKNOWN) { in Event() 718 this.chatState = chatState; in Event() 802 if (chatState != 0) { in encode() 804 xmlEvtReport.attribute("", "chat_state", String.valueOf(chatState)); in encode() 1291 int chatState = c.getInt(cInfo.mContactColChatState); in initContactsList() local 1296 presenceStatus, presenceState, lastActivity, chatState, in initContactsList() 1885 int chatState = c in handleContactListChanges() local 1917 lastActivity, chatState, in handleContactListChanges() [all …]
|
D | BluetoothMapObexServer.java | 715 int chatState = appParams.getChatState(); in setOwnerStatus() local 721 chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER && in setOwnerStatus() 735 if (chatState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER && in setOwnerStatus() 737 extras.putInt(BluetoothMapContract.EXTRA_CHAT_STATE, chatState); in setOwnerStatus()
|
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapIMProvider.java | 622 int chatState = extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE); in call() local 624 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call() 660 long lastActive, int chatState, String convoId); in setOwnerStatus() argument
|