Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java961 synchronized void setNotificationFilter(long newFilter) { in setNotificationFilter() argument
963 mEventFilter = newFilter; in setNotificationFilter()
965 if (!eventMaskContainsContacts(oldFilter) && eventMaskContainsContacts(newFilter)) { in setNotificationFilter()
971 if (!eventMaskContainsCovo(oldFilter) && eventMaskContainsCovo(newFilter)) { in setNotificationFilter()