Searched refs:sendOrSaveWithSanityChecks (Results 1 – 2 of 2) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | AutoSendActivity.java | 64 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()
|
D | ComposeActivity.java | 760 composeActivity.sendOrSaveWithSanityChecks(false /* save */, true /* show toast */, in createWearReplyTask() 2473 sendOrSaveWithSanityChecks(false, true, false, false); in doSend() 2479 sendOrSaveWithSanityChecks(true, showToast, false, false); in doSave() 2937 protected void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast,
|