Searched defs:ENABLED (Results 1 – 5 of 5) sorted by relevance
32 private static final String ENABLED = Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED; field in ToggleDaltonizerPreferenceFragment51 Settings.Secure.putInt(getContentResolver(), ENABLED, enabled ? 1 : 0); in onPreferenceToggled() local76 Settings.Secure.getInt(getContentResolver(), ENABLED, 0) == 1); in onInstallSwitchBarToggleSwitch() local
121 public static final String ENABLED = "enabled"; field
72 private static final int ENABLED = 1; field in InputsActivity
56 private static final String ENABLED = "enabled"; field in RecognizerLogger
57 public static final String ENABLED = "enabled"; field