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.java74 String presenceStatus, int presenceAvailability, long lastActivity, int chatState, in BluetoothMapConvoContactElement()
150 public void setChatState(int chatState) { in setChatState()
154 public void setChatState(String chatState) { in setChatState()
DBluetoothMapContentObserver.java612 int chatState = BluetoothMapContract.ChatState.UNKNOWN; field in BluetoothMapContentObserver.Event
696 int presenceState, String presenceStatus, int chatState) { in Event()
1291 int chatState = c.getInt(cInfo.mContactColChatState); in initContactsList() local
1885 int chatState = c in handleContactListChanges() local
1992 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges() local
DBluetoothMapObexServer.java715 int chatState = appParams.getChatState(); in setOwnerStatus() local
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java622 int chatState = extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE); in call() local
660 long lastActive, int chatState, String convoId); in setOwnerStatus()