Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java94 appParams.setFilterPriority(TEST_FILTER_PRIORITY); in encodeToBuffer_thenDecode()
167 appParams.setFilterPriority(TEST_FILTER_PRIORITY); in settersAndGetters()
331 () -> appParams.setFilterPriority(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java379 setFilterPriority(appParams[i] & 0x03); // Lower two bits in parseParams()
1334 public void setFilterPriority(int filterPriority) throws IllegalArgumentException { in setFilterPriority() method in BluetoothMapAppParams