Searched defs:EVENT_FILTER_DELIVERY_SUCCESS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java107 private static final long EVENT_FILTER_DELIVERY_SUCCESS = 1L<<5; field in class:BluetoothMapContentObserver
434 return ((eventFilter & EVENT_FILTER_DELIVERY_SUCCESS) > 0);

Completed in 17 milliseconds