Searched refs:FLAG_OAUTH (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java58 public static final int FLAG_OAUTH = 0x10; // Use OAuth for authentication field in class:HostAuth
132 * As a side-effect, it also ensures FLAG_OAUTH is set. Use {@link #removeCredential()} to clear
138 mFlags |= FLAG_OAUTH;
155 mFlags &= ~FLAG_OAUTH;
235 mFlags |= FLAG_OAUTH;
443 if ((mFlags & FLAG_OAUTH) != 0) {
471 if ((mFlags & FLAG_OAUTH) != 0) {
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapStore.java49 public static final int FLAG_OAUTH = 0x10; // Use OAuth for authentication field in class:ImapStore

Completed in 284 milliseconds