Home
last modified time | relevance | path

Searched refs:chatState (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java73 String presenceStatus, int presenceAvailability, long lastActivity, int chatState, in BluetoothMapConvoContactElement() argument
81 this.mChatState = chatState; in BluetoothMapConvoContactElement()
149 public void setChatState(int chatState) { in setChatState() argument
150 this.mChatState = chatState; in setChatState()
153 public void setChatState(String chatState) { in setChatState() argument
154 this.mChatState = Integer.valueOf(chatState); in setChatState()
H A DBluetoothMapContentObserver.java610 public int chatState = BluetoothMapContract.ChatState.UNKNOWN; field in BluetoothMapContentObserver.Event
693 int presenceState, String presenceStatus, int chatState) { in Event() argument
714 if (chatState != BluetoothMapContract.ChatState.UNKNOWN) { in Event()
715 this.chatState = chatState; in Event()
801 if (chatState != 0) { in encode()
1374 int chatState = c.getInt(cInfo.mContactColChatState); in initContactsList() local
2045 chatState); in handleContactListChanges()
2099 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges() local
2100 if (contact.getChatState() != chatState) { in handleContactListChanges()
2104 contact.setChatState(chatState); in handleContactListChanges()
[all …]
H A DBluetoothMapObexServer.java855 int chatState = appParams.getChatState(); in setOwnerStatus() local
861 && chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
875 if (chatState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
877 extras.putInt(BluetoothMapContract.EXTRA_CHAT_STATE, chatState); in setOwnerStatus()
/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java641 int chatState = extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE); in call() local
643 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call()
679 int chatState, String convoId); in setOwnerStatus() argument