Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java150 public int mMmsColTextOnly = -1; field in BluetoothMapContent.FilterInfo
203 mMmsColTextOnly = c.getColumnIndex(Mms.TEXT_ONLY); in setMmsColumns()
326 if(c.getInt(fi.mMmsColTextOnly) == 0) { in setAttachmentSize()
360 int textOnly = c.getInt(fi.mMmsColTextOnly); in setText()