Home
last modified time | relevance | path

Searched refs:CHECK_INTERVAL_PUSH (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/setup/
DEmailPreferenceActivityTests.java92 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()
DAccountSetupOptionsTests.java64 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()
/packages/apps/Email/provider_src/com/android/email/provider/
DDBHelper.java1286 + "=" + Mailbox.CHECK_INTERVAL_PUSH + " where " in onUpgrade()
1287 + MailboxColumns.SYNC_INTERVAL + "<" + Mailbox.CHECK_INTERVAL_PUSH); in onUpgrade()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java268 public static final int CHECK_INTERVAL_PUSH = -2; field in Mailbox
DAccount.java113 public static final int CHECK_INTERVAL_PUSH = -2; field in Account