Searched refs:FLAGS_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance
110 if ((providerAccount.mFlags & Account.FLAGS_INCOMPLETE) != 0) { in reconcileAccountsInternal()
239 account.mFlags |= Account.FLAGS_INCOMPLETE; in onDone()334 account.mFlags &= ~Account.FLAGS_INCOMPLETE; in optionsComplete()
80 public static final int FLAGS_INCOMPLETE = 1<<4; field in Account
767 (account.mFlags & Account.FLAGS_INCOMPLETE) != 0; in onAccountChanged()