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

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

Completed in 74 milliseconds