Searched refs:CHECK_INTERVAL_PUSH (Results 1 – 6 of 6) sorted by relevance
92 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH); in testPushOptionPOP()106 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH); in testPushOptionIMAP()120 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH); in testPushOptionEAS()
64 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH); in testPushOptionPOP()78 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH); in testPushOptionIMAP()92 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH); in testPushOptionEAS()
291 "=" + Integer.toString(Account.CHECK_INTERVAL_PUSH);425 if (account.mSyncInterval != Account.CHECK_INTERVAL_PUSH) {
1286 + "=" + Mailbox.CHECK_INTERVAL_PUSH + " where " in onUpgrade()1287 + MailboxColumns.SYNC_INTERVAL + "<" + Mailbox.CHECK_INTERVAL_PUSH); in onUpgrade()
268 public static final int CHECK_INTERVAL_PUSH = -2; field in Mailbox
113 public static final int CHECK_INTERVAL_PUSH = -2; field in Account