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/
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
64
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
78
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
92
boolean hasPush =
frequencySpinnerHasValue
(Account.CHECK_INTERVAL_PUSH);
153
private boolean
frequencySpinnerHasValue
(int value) {
Completed in 199 milliseconds