Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java1446 boolean textOnly = true; in persist()
1462 textOnly = false; in persist()
1477 textOnly = false; in persist()
1485 values.put(Mms.TEXT_ONLY, textOnly ? 1 : 0); in persist()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java331 public void setTextOnly(boolean textOnly) { in setTextOnly() argument
332 this.mTextonly = textOnly; in setTextOnly()
DBluetoothMapContent.java653 int textOnly = c.getInt(fi.mMmsColTextOnly); in setText() local
654 if (textOnly == 1) { in setText()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java358 int textOnly, int msgBox, in createMmsRow() argument
375 mmsRow.put(Telephony.Mms.TEXT_ONLY, textOnly); in createMmsRow()