Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java84 private static final int MASK_SENT = 0x00002000; field in BluetoothMapContent
507 if ((ap.getParameterMask() & MASK_SENT) != 0) { in setSent()