Home
last modified time | relevance | path

Searched refs:frequencySpinnerHasValue (Results 1 – 2 of 2) 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()
142 private boolean frequencySpinnerHasValue(int value) { in frequencySpinnerHasValue() method in EmailPreferenceActivityTests
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()
153 private boolean frequencySpinnerHasValue(int value) { in frequencySpinnerHasValue() method in AccountSetupOptionsTests