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
129 String ENABLED = "enabled"; field
42 public static boolean ENABLED = Utilities.ATLEAST_N; field in GridSizeMigrationTask
27 public static final boolean ENABLED = false; field in UsbTunerDebug
59 public static final String ENABLED = "enabled"; field