Searched defs:ENABLED (Results 1 – 5 of 5) sorted by relevance
33 private static final String ENABLED = Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED; field in ToggleDaltonizerPreferenceFragment57 Settings.Secure.putInt(getContentResolver(), ENABLED, enabled ? 1 : 0); in onPreferenceToggled() local82 Settings.Secure.getInt(getContentResolver(), ENABLED, 0) == 1); in onInstallSwitchBarToggleSwitch() local
121 public static final String ENABLED = "enabled"; field
69 private static final int ENABLED = 1; field in InputsActivity
57 public static final String ENABLED = "enabled"; field
40 public static boolean ENABLED = false; field in MigrateFromRestoreTask