Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java90 @VisibleForTesting static final int MASK_DELIVERY_STATUS = 0x00010000; field in BluetoothMapContent
705 if ((ap.getParameterMask() & MASK_DELIVERY_STATUS) != 0) { in setDeliveryStatus()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java366 .thenReturn((long) BluetoothMapContent.MASK_DELIVERY_STATUS); in setDeliveryStatus()