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.java100 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()
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()
1616 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java468 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()
2157 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()
DBluetoothMapContentObserver.java1044 synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() method in BluetoothMapContentObserver