Searched refs:FLAGS_NOTIFY_NEW_MAIL (Results 1 – 4 of 4) sorted by relevance
139 (account.getFlags() & Account.FLAGS_NOTIFY_NEW_MAIL) != 0); in onCreate()217 ~(Account.FLAGS_NOTIFY_NEW_MAIL | Account.FLAGS_BACKGROUND_ATTACHMENTS); in onDone()219 newFlags |= Account.FLAGS_NOTIFY_NEW_MAIL; in onDone()
493 mAccountNotify.setChecked(0 != (mAccount.getFlags() & Account.FLAGS_NOTIFY_NEW_MAIL)); in loadSettings()641 ~(Account.FLAGS_NOTIFY_NEW_MAIL | in saveSettings()653 newFlags |= mAccountNotify.isChecked() ? Account.FLAGS_NOTIFY_NEW_MAIL : 0; in saveSettings()
71 public final static int FLAGS_NOTIFY_NEW_MAIL = 1<<0; field in Account221 mFlags = FLAGS_NOTIFY_NEW_MAIL; in Account()
81 Account.FLAGS + "&" + Account.FLAGS_NOTIFY_NEW_MAIL + " != 0";