Searched refs:FLAG_OAUTH (Results 1 – 2 of 2) sorted by relevance
58 public static final int FLAG_OAUTH = 0x10; // Use OAuth for authentication field in HostAuth138 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()
49 public static final int FLAG_OAUTH = 0x10; // Use OAuth for authentication field in ImapStore