Home
last modified time | relevance | path

Searched refs:setNotificationFilter (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java99 appParams.setNotificationFilter(TEST_NOTIFICATION_FILTER); in encodeToBuffer_thenDecode()
190 appParams.setNotificationFilter(TEST_NOTIFICATION_FILTER); in settersAndGetters()
361 () -> appParams.setNotificationFilter(ILLEGAL_PARAMETER_LONG)); in setters_withIllegalArguments()
DBluetoothMapContentObserverTest.java243 mObserver.setNotificationFilter(0); in testSendEvent_withZeroEventFilter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java487 setNotificationFilter(appParamBuf.getInt(i) & 0xffffffffL); // 4 bytes in parseParams()
1606 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java492 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()
2181 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()
DBluetoothMapContentObserver.java1043 synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() method in BluetoothMapContentObserver