Searched refs:FLAGS_INCOMPLETE (Results 1 – 3 of 3) sorted by relevance
189 mAccount.mFlags &= ~Account.FLAGS_INCOMPLETE; in finishOnDone()220 mAccount.mFlags |= Account.FLAGS_INCOMPLETE; in onDone()
532 if ((account.mFlags & Account.FLAGS_INCOMPLETE) != 0) { in onAccountChanged()1509 if ((providerAccount.mFlags & Account.FLAGS_INCOMPLETE) != 0) { in reconcileAccountsWithAccountManager()
837 public static final int FLAGS_INCOMPLETE = 16; field in EmailContent.Account