Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java192 appParams.setPresenceAvailability(TEST_PRESENCE_AVAILABILITY); in settersAndGetters()
370 () -> appParams.setPresenceAvailability(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
DBluetoothMapConvoContactElementTest.java105 contactElement.setPresenceAvailability(TEST_PRESENCE_AVAILABILITY); in settersAndGetters()
DBluetoothMapObexServerTest.java294 params.setPresenceAvailability(1); in setUpBluetoothMapAppParams()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java132 public void setPresenceAvailability(int presenceAvailability) { in setPresenceAvailability() method in BluetoothMapConvoContactElement
DBluetoothMapAppParams.java726 setPresenceAvailability(appParams[i]); in parseParams()
1532 public void setPresenceAvailability(int availability) { in setPresenceAvailability() method in BluetoothMapAppParams
DBluetoothMapContentObserver.java2490 contact.setPresenceAvailability(presenceState); in handleContactListChanges()
DBluetoothMapContent.java3354 c.setPresenceAvailability(tmpCursor.getInt(fi.mContactColPresenceState)); in populateImEmailConvoElement()