Home
last modified time | relevance | path

Searched refs:setConnAppParamValue (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java468 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
500 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
566 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsSet_andTypeIsListing_success()
598 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1845 public void setConnAppParamValue(AppParamValue connAppParamValue) { in setConnAppParamValue() method in BluetoothPbapObexServer