Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java110 private static final int CONVO_PARAM_MASK_PART_PRESENCE_TEXT = 0x00002000; field in BluetoothMapContent
3357 if ((parameterMask & CONVO_PARAM_MASK_PART_PRESENCE_TEXT) != 0) { in populateImEmailConvoElement()