Searched refs:EVENT_FILTER_MESSAGE_DELETED (Results 1 - 1 of 1) sorted by relevance

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

Completed in 16 milliseconds