Home | History | Annotate | Download | only in settings

Lines Matching full:boolean

92     public boolean onPreferenceTreeClick(PreferenceScreen preferences, Preference preference) {
96 boolean oldBackgroundDataSetting = connManager.getBackgroundDataSetting();
97 boolean backgroundDataSetting = mBackgroundDataCheckBox.isChecked();
142 private void setBackgroundDataInt(boolean enabled) {
153 boolean backgroundDataSetting = connManager.getBackgroundDataSetting();
155 boolean masterSyncAutomatically = ContentResolver.getMasterSyncAutomatically();
161 boolean anySyncFailed = false; // true if sync on any account failed
181 boolean syncIsFailing = false;
186 boolean syncEnabled = ContentResolver.getSyncAutomatically(account, authority)
190 boolean authorityIsPending = ContentResolver.isSyncPending(account, authority);
191 boolean activelySyncing = currentSync != null
194 boolean lastSyncFailed = status != null
230 boolean showAccount = true;