Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java79 int chatState, in BluetoothMapConvoContactElement()
152 public void setChatState(int chatState) { in setChatState()
156 public void setChatState(String chatState) { in setChatState()
DBluetoothMapContentObserver.java657 public int chatState = BluetoothMapContract.ChatState.UNKNOWN; field in BluetoothMapContentObserver.Event
765 int chatState) { in Event()
1467 int chatState = c.getInt(cInfo.mContactColChatState); in initContactsList() local
2349 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges() local
2490 int chatState = c.getInt(cInfo.mContactColChatState); in handleContactListChanges() local
DBluetoothMapObexServer.java925 int chatState = appParams.getChatState(); in setOwnerStatus() local
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java673 int chatState = extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE); in call() local
716 int chatState, in setOwnerStatus()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapIMProviderTest.java495 final int chatState = 5; // 0x0000 to 0x00FF in call_setOwnerStatusMethod_success() local
775 int chatState, in setOwnerStatus()