Searched defs:textOnly (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMmsEmail.java107 private boolean textOnly = false; field in class:BluetoothMapbMessageMmsEmail
227 public void setTextOnly(boolean textOnly) { argument
228 this.textOnly = textOnly;
231 return textOnly;
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java1213 final boolean textOnly = mAttachmentType == TEXT;
1228 sendMmsWorker(conv, mmsUri, persister, slideshow, sendReq, textOnly);
1344 SlideshowModel slideshow, SendReq sendReq, boolean textOnly) {
1393 if (textOnly) {
1343 sendMmsWorker(Conversation conv, Uri mmsUri, PduPersister persister, SlideshowModel slideshow, SendReq sendReq, boolean textOnly) argument

Completed in 64 milliseconds