Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1229 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() argument
1230 if (notificationFilter < 0 || notificationFilter > 0xFFFFFFFFL) { in setNotificationFilter()
1234 this.mNotificationFilter = notificationFilter; in setNotificationFilter()