Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java679 if (getNotificationFilter() != INVALID_VALUE_PARAMETER) { in encodeParams()
682 appParamBuf.putInt((int) getNotificationFilter()); in encodeParams()
1225 public long getNotificationFilter() { in getNotificationFilter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java487 + appParams.getNotificationFilter()); in onPut()
493 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onPut()
1832 + appParams.getNotificationFilter()); in onDelete()
1834 mObserver.setNotificationFilter(appParams.getNotificationFilter()); in onDelete()