Searched defs:FLAG_TRUST_ALL (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/common/mail/store/
H A DImapStore.java47 public static final int FLAG_TRUST_ALL = 0x08; // Trust all certificates field in class:ImapStore
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java57 public static final int FLAG_TRUST_ALL = 0x08; // Trust all certificates field in class:HostAuth
61 public static final int FLAG_TRANSPORTSECURITY_MASK = FLAG_SSL | FLAG_TLS | FLAG_TRUST_ALL;
173 case FLAG_SSL | FLAG_TRUST_ALL:
179 case FLAG_TLS | FLAG_TRUST_ALL:
214 flags |= HostAuth.FLAG_TRUST_ALL;
373 mFlags &= ~(FLAG_SSL | FLAG_TLS | FLAG_TRUST_ALL);
401 return (mFlags & FLAG_TRUST_ALL) != 0;

Completed in 214 milliseconds