Searched refs:textOnly (Results 1 – 4 of 4) sorted by relevance
152 private boolean textOnly = false; field in BluetoothMapbMessageMime287 public void setTextOnly(boolean textOnly) { in setTextOnly() argument288 this.textOnly = textOnly; in setTextOnly()291 return textOnly; in getTextOnly()
655 int textOnly = c.getInt(fi.mMmsColTextOnly); in setText() local656 if (textOnly == 1) { in setText()
1445 boolean textOnly = true; in persist()1461 textOnly = false; in persist()1476 textOnly = false; in persist()1484 values.put(Mms.TEXT_ONLY, textOnly ? 1 : 0); in persist()
297 int textOnly, int msgBox, in createMmsRow() argument311 mmsRow.put(Telephony.Mms.TEXT_ONLY, textOnly); in createMmsRow()