Home
last modified time | relevance | path

Searched refs:getFilterPriority (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java130 assertThat(appParamsDecoded.getFilterPriority()).isEqualTo(TEST_FILTER_PRIORITY); in encodeToBuffer_thenDecode()
204 assertThat(appParams.getFilterPriority()).isEqualTo(TEST_FILTER_PRIORITY); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1017 if (getFilterPriority() != INVALID_VALUE_PARAMETER) { in encodeParams()
1020 appParamBuf.put((byte) getFilterPriority()); in encodeParams()
1330 public int getFilterPriority() { in getFilterPriority() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1149 Log.v(TAG, "FilterPriority = " + appParams.getFilterPriority()); in onGet()
DBluetoothMapContent.java1873 int pri = ap.getFilterPriority(); in setWhereFilterPriority()
2216 if (ap.getFilterPriority() != 1) { in msgListing()