Home
last modified time | relevance | path

Searched refs:getChatState (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java82 assertThat(contactElement.getChatState()).isEqualTo(TEST_CHAT_STATE); in constructorWithArguments()
120 assertThat(contactElement.getChatState()).isEqualTo(TEST_CHAT_STATE); in settersAndGetters()
166 assertThat(contactElementFromXml.getChatState()).isEqualTo(TEST_CHAT_STATE); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
DBluetoothMapObexServerTest.java139 when(params.getChatState()).thenReturn(BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in setOwnerStatus_withAppParamsInvalid()
DBluetoothMapAppParamsTest.java207 assertThat(appParams.getChatState()).isEqualTo(TEST_CHAT_STATE); in settersAndGetters()
DBluetoothMapContentObserverTest.java1069 Assert.assertEquals(contactElement.getChatState(), TEST_CHAT_STATE); in initContactsList()
2412 Assert.assertEquals(contactElement.getChatState(), TEST_CHAT_STATE); in handleContactListChanges_withNullContactForUci()
2483 Assert.assertEquals(contactElement.getChatState(), TEST_CHAT_STATE); in handleContactListChanges_withNonNullContactForUci()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1133 if (getChatState() != INVALID_VALUE_PARAMETER) { in encodeParams()
1136 appParamBuf.putShort((short) getChatState()); in encodeParams()
1493 public int getChatState() { in getChatState() method in BluetoothMapAppParams
DBluetoothMapConvoContactElement.java160 public int getChatState() { in getChatState() method in BluetoothMapConvoContactElement
DBluetoothMapObexServer.java545 + appParams.getChatState() in onPut()
949 int chatState = appParams.getChatState(); in setOwnerStatus()
2194 + appParams.getChatState() in onDelete()
DBluetoothMapContentObserver.java2515 if (contact.getChatState() != chatState) { in handleContactListChanges()