Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java353 setNotificationFilter(appParamBuf.getInt(i) & 0xffffffffL); // 4 bytes in parseParams()
1229 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java498 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()
1839 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()
DBluetoothMapContentObserver.java961 synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() method in BluetoothMapContentObserver