Searched refs:setNotificationFilter (Results 1 – 5 of 5) sorted by relevance
99 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()
243 mObserver.setNotificationFilter(0); in testSendEvent_withZeroEventFilter()
487 setNotificationFilter(appParamBuf.getInt(i) & 0xffffffffL); // 4 bytes in parseParams()1606 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() method in BluetoothMapAppParams
492 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()2181 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()
1043 synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() method in BluetoothMapContentObserver