Home
last modified time | relevance | path

Searched defs:textOnly (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMms.java136 private boolean textOnly = false; field in BluetoothMapbMessageMms
271 public void setTextOnly(boolean textOnly) { in setTextOnly()
DBluetoothMapContent.java360 int textOnly = c.getInt(fi.mMmsColTextOnly); in setText() local
/packages/apps/Mms/src/com/android/mms/data/
DWorkingMessage.java1344 SlideshowModel slideshow, SendReq sendReq, boolean textOnly) { in sendMmsWorker()