Home | History | Annotate | Download | only in activity

Lines Matching refs:mSignature

67     private String mSignature;
145 account.mSignature = SIGNATURE;
151 mSignature = account.getSignature();
189 int sigLength = (mSignature == null) ? 0 : (1 + mSignature.length());
296 account.mSignature = SIGNATURE;
327 account.mSignature = SIGNATURE;
708 null, mSignature);
732 UTF16_RECIPIENT_BCC + ", ", UTF16_SUBJECT, null, mSignature);
756 UTF32_RECIPIENT_BCC + ", ", UTF32_SUBJECT, null, mSignature);
778 checkFields(null, null, null, null, BODY, mSignature);
803 RECIPIENT_TO + ", ", null, null, "This is the subject", null, mSignature);