Lines Matching refs:Settings
17 package com.android.settings;
40 import android.provider.Settings;
57 import com.android.settings.TrustAgentUtils.TrustAgentComponentInfo;
58 import com.android.settings.fingerprint.FingerprintSettings;
59 import com.android.settings.search.BaseSearchIndexProvider;
60 import com.android.settings.search.Index;
61 import com.android.settings.search.Indexable;
62 import com.android.settings.search.SearchIndexableRaw;
70 import static android.provider.Settings.System.SCREEN_OFF_TIMEOUT;
74 * Gesture lock pattern settings.
85 // Lock Settings
103 // Misc Settings
116 // These switch preferences need special handling since they're not all stored in Settings.
300 // Append the rest of the settings
315 if (Settings.System.getInt(getContentResolver(),
316 Settings.System.LOCK_TO_APP_ENABLED, 0) != 0) {
448 // Add preference to the settings menu.
530 return Settings.Global.getInt(getContentResolver(),
531 Settings.Global.INSTALL_NON_MARKET_APPS, 0) > 0;
540 Settings.Global.putInt(getContentResolver(), Settings.Global.INSTALL_NON_MARKET_APPS,
593 // Make sure we reload the preference hierarchy since some of these settings
605 mShowPassword.setChecked(Settings.System.getInt(getContentResolver(),
606 Settings.System.TEXT_SHOW_PASSWORD, 1) != 0);
625 startFragment(this, "com.android.settings.ChooseLockGeneric$ChooseLockGenericFragment",
634 startFragment(this, "com.android.settings.ChooseLockGeneric$ChooseLockGenericFragment",
734 startFragment(this, "com.android.settings.ChooseLockGeneric$ChooseLockGenericFragment",
742 "com.android.settings.ChooseLockGeneric$ChooseLockGenericFragment",
783 Settings.System.putInt(getContentResolver(), Settings.System.TEXT_SHOW_PASSWORD,
863 // Append the rest of the settings
983 // TrustAgent settings disappear when the user has no primary security.
1001 // These switch preferences need special handling since they're not all stored in Settings.
1114 long currentTimeout = Settings.Secure.getLong(getContentResolver(),
1115 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, 5000);
1124 Settings.System.getInt(getContentResolver(), SCREEN_OFF_TIMEOUT, 0));
1139 long currentTimeout = Settings.Secure.getLong(getContentResolver(),
1140 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, 5000);
1211 Settings.Secure.putInt(getContentResolver(),
1212 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, timeout);