HomeSort by relevance Sort by last modified time
    Searched refs:frequencySpinnerHasValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
EmailPreferenceActivityTests.java 92 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
106 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
120 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
142 private boolean frequencySpinnerHasValue(int value) {
AccountSetupOptionsTests.java 63 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
77 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
91 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
152 private boolean frequencySpinnerHasValue(int value) {

Completed in 2827 milliseconds