Searched refs:Settings (Results 401 - 424 of 424) sorted by relevance

<<11121314151617

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java36 import android.provider.Settings;
262 * Default value for {@link Settings.Secure#TTS_USE_DEFAULTS}.
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java38 import android.provider.Settings;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java159 import android.provider.Settings;
160 import android.provider.Settings.SettingNotFoundException;
4570 boolean shouldLockKeyguard = Settings.Secure.getInt(
4572 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED) != 0;
H A DActiveServices.java48 import android.provider.Settings;
863 intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
871 intent = new Intent(Settings.ACTION_FOREGROUND_SERVICES_SETTINGS);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java45 import android.provider.Settings.Global;
H A DHdmiControlService.java64 import android.provider.Settings.Global;
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java36 import android.provider.Settings.Secure;
H A DZenModeHelper.java52 import android.provider.Settings.Global;
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java56 import android.provider.Settings.Secure;
H A DRankingHelperTest.java54 import android.provider.Settings.Secure;
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java85 import android.provider.Settings;
417 final long benchInterval = Settings.Global.getLong(mContext.getContentResolver(),
418 Settings.Global.STORAGE_BENCHMARK_INTERVAL, DateUtils.WEEK_IN_MILLIS);
2035 "Emulation requires disabling 'Secure start-up' in Settings > Security");
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java159 import android.provider.Settings;
1981 mRestrictBackground = Settings.Secure.getInt(
1982 mContext.getContentResolver(), Settings.Secure.BACKGROUND_DATA, 1) != 1;
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2566 android.provider.Settings.Secure.putIntForUser(mContext.getContentResolver(),
2567 android.provider.Settings.Secure.LOCATION_MODE,
2568 android.provider.Settings.Secure.LOCATION_MODE_OFF, user.id);
H A DShortcutService.java652 * Load the configuration from Settings.
659 * Load the configuration from Settings.
710 return android.provider.Settings.Global.getString(
712 android.provider.Settings.Global.SHORTCUT_MANAGER_CONSTANTS);
2271 // (We need to check the priority too because of FallbackHome in Settings.)
H A DSettings.java130 final class Settings { class
423 Settings(Object lock) { method in class:Settings
427 Settings(File dataDir, Object lock) { method in class:Settings
1352 * Used for Settings App and PackageManagerService dump. Should be read only.
5087 pw.println("Settings parse messages:");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java38 import android.provider.Settings;
689 int mPreferredTtyMode = Settings.Secure.getInt(
691 Settings.Secure.PREFERRED_TTY_MODE,
/frameworks/base/core/java/android/app/
H A DActivityThread.java93 import android.provider.Settings;
4274 mCoreSettings.getInt(Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0) != 0;
5542 final String use24HourSetting = mCoreSettings.getString(Settings.System.TIME_12_24);
5553 mCoreSettings.getInt(Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0) != 0;
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java57 import android.provider.Settings;
3784 * @see Settings.Global#BOOT_COUNT
4742 * in the Disambiguation Dialog and also used by the Settings App for changing the default App
4765 * in the Disambiguation Dialog and also used by the Settings App for changing the default App
5703 * @see android.provider.Settings#ACTION_MANAGE_UNKNOWN_APP_SOURCES
5708 * Return the {@link ComponentName} of the activity providing Settings for the Instant App
5730 * @see {@link android.provider.Settings.Secure#ANDROID_ID}
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java35 import android.provider.Settings;
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java30 import android.provider.Settings.Global;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java46 import android.provider.Settings.Global;
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java58 import android.provider.Settings;
6400 * Called by device owners to update {@link Settings.Global} settings. Validation that the value
6405 * <li>{@link Settings.Global#ADB_ENABLED}</li>
6406 * <li>{@link Settings.Global#AUTO_TIME}</li>
6407 * <li>{@link Settings.Global#AUTO_TIME_ZONE}</li>
6408 * <li>{@link Settings.Global#DATA_ROAMING}</li>
6409 * <li>{@link Settings.Global#USB_MASS_STORAGE_ENABLED}</li>
6410 * <li>{@link Settings.Global#WIFI_SLEEP_POLICY}</li>
6411 * <li>{@link Settings.Global#STAY_ON_WHILE_PLUGGED_IN} This setting is only available from
6414 * <li>{@link Settings
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java51 import android.provider.Settings;
3488 final Intent intent = new Intent(Settings.ACTION_USER_DICTIONARY_INSERT);
H A DTextView.java69 import android.provider.Settings;
11091 mDeviceProvisionedState = Settings.Global.getInt(
11092 mContext.getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 0) != 0

Completed in 777 milliseconds

<<11121314151617