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/
AccountSetupOptionsTests.java 55 boolean hasPush = frequencySpinnerHasValue(EmailContent.Account.CHECK_INTERVAL_PUSH);
68 boolean hasPush = frequencySpinnerHasValue(EmailContent.Account.CHECK_INTERVAL_PUSH);
87 boolean hasPush = frequencySpinnerHasValue(EmailContent.Account.CHECK_INTERVAL_PUSH);
102 private boolean frequencySpinnerHasValue(int value) {
AccountSettingsTests.java 87 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
101 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
121 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
136 private boolean frequencySpinnerHasValue(int value) {

Completed in 103 milliseconds