Searched refs:sendEmail (Results 1 – 4 of 4) sorted by relevance
29 verify(emailSender).sendEmail(1, new Person("Wes")); in shouldVerifyEvenIfArgumentsWereMutated()34 emailSender.sendEmail(1, person); in businessLogic()104 void sendEmail(int i, Person person); in sendEmail() method
431 return sendEmail(c, msg)454 return sendEmail(c, replyMsg)458 var sendEmail = func(c context.Context, msg *aemail.Message) error { var
346 sendEmail = func(c context.Context, msg *aemail.Message) error {
881 public void sendEmail( in sendEmail() method in AndroidFacade