Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java124 public void setPresenceStatus(String presenceStatus) { in setPresenceStatus() method in BluetoothMapConvoContactElement
280 newElement.setPresenceStatus(attributeValue); in createFromXml()
DBluetoothMapAppParams.java731 setPresenceStatus(new String(appParams, i, tagLength)); in parseParams()
1517 public void setPresenceStatus(String status) { in setPresenceStatus() method in BluetoothMapAppParams
DBluetoothMapContentObserver.java2494 contact.setPresenceStatus(presenceStatus); in handleContactListChanges()
DBluetoothMapContent.java3357 c.setPresenceStatus(tmpCursor.getString(fi.mContactColPresenceText)); in populateImEmailConvoElement()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java113 appParams.setPresenceStatus(TEST_PRESENCE_STATUS); in encodeToBuffer_thenDecode()
193 appParams.setPresenceStatus(TEST_PRESENCE_STATUS); in settersAndGetters()
DBluetoothMapConvoContactElementTest.java104 contactElement.setPresenceStatus(TEST_PRESENCE_STATUS); in settersAndGetters()
DBluetoothMapObexServerTest.java295 params.setPresenceStatus("test_presence_status"); in setUpBluetoothMapAppParams()