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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAutoSendActivity.java64 sendOrSaveWithSanityChecks(false /* send */, true /* show toast */);
70 private void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast) { method in class:AutoSendActivity
74 sendOrSaveWithSanityChecks(
H A DComposeActivity.java760 composeActivity.sendOrSaveWithSanityChecks(false /* save */, true /* show toast */,
2475 sendOrSaveWithSanityChecks(false, true, false, false);
2481 sendOrSaveWithSanityChecks(true, showToast, false, false);
2939 protected void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast, method in class:ComposeActivity

Completed in 79 milliseconds