Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DHostAuth.java58 public static final int FLAG_OAUTH = 0x10; // Use OAuth for authentication field in HostAuth
138 mFlags |= FLAG_OAUTH; in getOrCreateCredential()
155 mFlags &= ~FLAG_OAUTH; in removeCredential()
235 mFlags |= FLAG_OAUTH; in restore()
443 if ((mFlags & FLAG_OAUTH) != 0) { in writeToParcel()
471 if ((mFlags & FLAG_OAUTH) != 0) { in HostAuth()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapStore.java49 public static final int FLAG_OAUTH = 0x10; // Use OAuth for authentication field in ImapStore