HomeSort by relevance Sort by last modified time
    Searched full:trustallcertificates (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 289 public void setSecurity(int connectionSecurity, boolean trustAllCertificates) {
291 connectionSecurity & (trustAllCertificates ? HostAuth.FLAG_TRUST_ALL : 0xff);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 556 boolean trustAllCertificates) {
559 mockTransport.setSecurity(connectionSecurity, trustAllCertificates);
    [all...]

Completed in 77 milliseconds