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.java1186 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() argument
1187 if (notificationFilter < 0 || notificationFilter > 0xFFFFFFFFL) in setNotificationFilter()
1190 this.mNotificationFilter = notificationFilter; in setNotificationFilter()