Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java106 appParams.setFractionRequest(TEST_FRACTION_REQUEST); in encodeToBuffer_thenDecode()
186 appParams.setFractionRequest(TEST_FRACTION_REQUEST); in settersAndGetters()
346 () -> appParams.setFractionRequest(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java613 setFractionRequest(appParams[i] & 0x01); // Lower bit in parseParams()
1703 public void setFractionRequest(int fractionRequest) { in setFractionRequest() method in BluetoothMapAppParams