Home
last modified time | relevance | path

Searched refs:getNotificationFilter (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java135 assertThat(appParamsDecoded.getNotificationFilter()).isEqualTo(TEST_NOTIFICATION_FILTER); in encodeToBuffer_thenDecode()
239 assertThat(appParams.getNotificationFilter()).isEqualTo(TEST_NOTIFICATION_FILTER); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1047 if (getNotificationFilter() != INVALID_VALUE_PARAMETER) { in encodeParams()
1050 appParamBuf.putInt((int) getNotificationFilter()); in encodeParams()
1602 public long getNotificationFilter() { in getNotificationFilter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java481 + appParams.getNotificationFilter()); in onPut()
492 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()
2180 + appParams.getNotificationFilter()); in onDelete()
2181 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()