Searched refs:setNotificationFilter (Results 1 – 5 of 5) sorted by relevance
100 appParams.setNotificationFilter(TEST_NOTIFICATION_FILTER); in encodeToBuffer_thenDecode()191 appParams.setNotificationFilter(TEST_NOTIFICATION_FILTER); in settersAndGetters()362 () -> appParams.setNotificationFilter(ILLEGAL_PARAMETER_LONG)); in setters_withIllegalArguments()
243 mObserver.setNotificationFilter(0); in testSendEvent_withZeroEventFilter()
487 setNotificationFilter(appParamBuf.getInt(i) & 0xffffffffL); // 4 bytes in parseParams()1616 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() method in BluetoothMapAppParams
468 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()2157 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()
1044 synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() method in BluetoothMapContentObserver