Home | History | Annotate | Download | only in email

Lines Matching full:enabled

44      * If this is enabled there will be additional logging information sent to
50 * This can be enabled by typing "debug" in the AccountFolderList activity.
58 * If this is enabled than logging that normally hides sensitive information
215 public static void setServicesEnabled(Context context, boolean enabled) {
217 if (!enabled && pm.getComponentEnabledSetting(new ComponentName(context, MailService.class)) ==
220 * If no accounts now exist but the service is still enabled we're about to disable it
227 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
232 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
237 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
242 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
245 if (enabled && pm.getComponentEnabledSetting(new ComponentName(context, MailService.class)) ==
248 * And now if accounts do exist then we've just enabled the service and we want to