Searched refs:sensitiveReplacement (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/transport/
H A DMailTransport.java290 public void writeLine(String s, String sensitiveReplacement) throws IOException { argument
292 if (sensitiveReplacement != null && !Logging.DEBUG_SENSITIVE) {
293 LogUtils.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement);
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DMailTransport.java307 public void writeLine(String s, String sensitiveReplacement) throws IOException { argument
308 if (sensitiveReplacement != null) {
309 LogUtils.d(TAG, ">>> " + sensitiveReplacement);
/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java245 * @param sensitiveReplacement If the command includes sensitive data (e.g. authentication)
249 private String executeSensitiveCommand(String command, String sensitiveReplacement) argument
252 mTransport.writeLine(command, sensitiveReplacement);
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java311 public void writeLine(String s, String sensitiveReplacement) throws IOException { argument
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DPop3Store.java720 * @param sensitiveReplacement If the command includes sensitive data (e.g. authentication)
724 private String executeSensitiveCommand(String command, String sensitiveReplacement) argument
729 mTransport.writeLine(command, sensitiveReplacement);

Completed in 133 milliseconds