Home
last modified time | relevance | path

Searched refs:sendOrSaveWithSanityChecks (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAutoSendActivity.java64 sendOrSaveWithSanityChecks(false /* send */, true /* show toast */); in onCreate()
70 private void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast) { in sendOrSaveWithSanityChecks() method in AutoSendActivity
74 sendOrSaveWithSanityChecks( in sendOrSaveWithSanityChecks()
DComposeActivity.java780 composeActivity.sendOrSaveWithSanityChecks(false /* save */, true /* show toast */, in createWearReplyTask()
2505 sendOrSaveWithSanityChecks(false, true, false, false); in doSend()
2511 sendOrSaveWithSanityChecks(true, showToast, false, false); in doSave()
2976 protected void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast,