OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frequencySpinnerHasValue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsTests.java
94
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
108
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
122
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
144
private boolean
frequencySpinnerHasValue
(int value) {
AccountSetupOptionsTests.java
66
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
80
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
94
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
155
private boolean
frequencySpinnerHasValue
(int value) {
Completed in 156 milliseconds