Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java152 private boolean textOnly = false; field in BluetoothMapbMessageMime
287 public void setTextOnly(boolean textOnly) { in setTextOnly() argument
288 this.textOnly = textOnly; in setTextOnly()
291 return textOnly; in getTextOnly()
DBluetoothMapContent.java655 int textOnly = c.getInt(fi.mMmsColTextOnly); in setText() local
656 if (textOnly == 1) { in setText()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java1445 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()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java297 int textOnly, int msgBox, in createMmsRow() argument
311 mmsRow.put(Telephony.Mms.TEXT_ONLY, textOnly); in createMmsRow()