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 | 780 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,
|