Home
last modified time | relevance | path

Searched refs:setChatState (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java164 public void setChatState(int chatState) { in setChatState() method in BluetoothMapConvoContactElement
168 public void setChatState(String chatState) { in setChatState() method in BluetoothMapConvoContactElement
272 newElement.setChatState(attributeValue); in createFromXml()
DBluetoothMapAppParams.java778 setChatState(appParams[i]); in parseParams()
1486 public void setChatState(int state) { in setChatState() method in BluetoothMapAppParams
DBluetoothMapContentObserver.java2519 contact.setChatState(chatState); in handleContactListChanges()
DBluetoothMapContent.java3351 c.setChatState(tmpCursor.getInt(fi.mContactColChatState)); in populateImEmailConvoElement()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java170 appParams.setChatState(TEST_CHAT_STATE); in settersAndGetters()
316 () -> appParams.setChatState(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
DBluetoothMapConvoContactElementTest.java109 contactElement.setChatState(TEST_CHAT_STATE); in settersAndGetters()
DBluetoothMapObexServerTest.java297 params.setChatState(1); in setUpBluetoothMapAppParams()