Searched refs:FLAG_OAUTH (Results 1 – 1 of 1) 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()