Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java563 String FLAG_ATTACHMENT = "flag_attachment"; field
1022 MessageColumns.FLAG_ATTACHMENT,
1044 MessageColumns.FLAG_ATTACHMENT,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java58 BluetoothMapContract.MessageColumns.FLAG_ATTACHMENT, in setMessageColumns()
DBluetoothMapContentTest.java1562 BluetoothMapContract.MessageColumns.FLAG_ATTACHMENT, in msgListing_withEmailCursorOnly()
1655 BluetoothMapContract.MessageColumns.FLAG_ATTACHMENT, in msgListing_withImCursorOnly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java348 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_ATTACHMENT); in setMessageColumns()