Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java73 String presenceStatus, int presenceAvailability, long lastActivity, int chatState, in BluetoothMapConvoContactElement()
149 public void setChatState(int chatState) { in setChatState()
153 public void setChatState(String chatState) { in setChatState()
DBluetoothMapContentObserver.java610 public int chatState = BluetoothMapContract.ChatState.UNKNOWN; field in BluetoothMapContentObserver.Event
693 int presenceState, String presenceStatus, int chatState) { in Event()
1374 int chatState = c.getInt(cInfo.mContactColChatState); in initContactsList() local
2004 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges() local
2097 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges() local
DBluetoothMapObexServer.java855 int chatState = appParams.getChatState(); in setOwnerStatus() local
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java641 int chatState = extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE); in call() local
679 int chatState, String convoId); in setOwnerStatus()