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.java351 setNotificationFilter(appParamBuf.getInt(i) & 0xffffffffL); // 4 bytes in ParseParams()
1186 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java435 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()
1548 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()
DBluetoothMapContentObserver.java942 /*package*/ synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() method in BluetoothMapContentObserver