HomeSort by relevance Sort by last modified time
    Searched defs:settings (Results 526 - 550 of 1752) sorted by null

<<21222324252627282930>>

  /packages/apps/Camera2/src/com/android/camera/settings/
CameraFacingSetting.java 17 package com.android.camera.settings;
CameraPictureSizesCacher.java 17 package com.android.camera.settings;
ResolutionSetting.java 17 package com.android.camera.settings;
60 * Changes the picture size settings for the cameras with specified facing.
84 // Filter sizes which we are showing to the user in settings.
137 // been saved to the settings. Therefore, picture size is set AND is not
140 // valid picture size to the settings and self-correct the state of the
141 // settings.
SettingObserver.java 17 package com.android.camera.settings;
SettingsManager.java 17 package com.android.camera.settings;
39 * This API simplifies settings type management by storing all settings values
44 * This also enables the user to safely get settings values as three different types,
54 * of a setting. The most general settings, that can be accessed acrossed the
60 * they want, and the settings saved with that scope can only be seen by that third
61 * party module. Scope is a general concept that helps protect settings values
168 * Interface with Camera Device Settings and Modules.
264 /** This scope stores and retrieves settings from
543 * Check whether a settings's value is currently set to th
    [all...]
SettingsUpgrader.java 17 package com.android.camera.settings;
49 * party modules also use this to upgrade settings local to them.
60 * Perform upgrades to bring any settings up to date to the version
61 * specified in currentVersion, where the settings were last upgraded to
88 * modules to upgrade their boolean settings to Strings.
107 * modules to upgrade their Integer settings to Strings.
126 * modules to upgrade their boolean settings to Strings.
  /packages/apps/DeskClock/src/com/android/deskclock/settings/
ScreensaverSettingsActivity.java 17 package com.android.deskclock.settings;
29 * Settings for Clock Daydream
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/settings/
PermissionsSettingsAdapter.java 17 package com.android.packageinstaller.permission.ui.wear.settings;
  /packages/apps/Settings/src/com/android/settings/
AccountPreference.java 17 package com.android.settings;
ActiveNetworkScorerDialog.java 17 package com.android.settings;
ConfirmDeviceCredentialActivity.java 18 package com.android.settings;
43 intent.setClassName("com.android.settings",
52 intent.setClassName("com.android.settings",
ConfirmDeviceCredentialBaseActivity.java 17 package com.android.settings;
CreateShortcut.java 17 package com.android.settings;
36 import com.android.settings.Settings.TetherSettingsActivity;
45 targetIntent.addCategory("com.android.settings.SHORTCUT");
CustomDialogPreference.java 16 package com.android.settings;
CustomEditTextPreference.java 16 package com.android.settings;
LinkifyUtils.java 17 package com.android.settings;
ManualDisplayActivity.java 17 package com.android.settings;
33 * The "dialog" that shows from "Manual" in the Settings app.
MasterClearConfirm.java 17 package com.android.settings;
27 import android.provider.Settings;
MonitoringCertInfoActivity.java 17 package com.android.settings;
28 import android.provider.Settings;
50 Settings.EXTRA_NUMBER_OF_CERTIFICATES, 1);
83 Intent intent = new Intent(android.provider.Settings.ACTION_TRUSTED_CREDENTIALS_USER);
OwnerInfoSettings.java 17 package com.android.settings;
RegulatoryInfoDisplayActivity.java 17 package com.android.settings;
SaveChosenLockWorkerBase.java 17 package com.android.settings;
SettingsDumpService.java 15 package com.android.settings;
27 import com.android.settings.applications.ProcStatsData;
49 dump.put("service", "Settings State");
SettingsInitialize.java 17 package com.android.settings;
39 * performs setup steps for a managed profile (disables the launcher icon of the Settings app,
40 * adds cross-profile intent filters for the appropriate Settings activities), and disables the
44 private static final String TAG = "Settings";
46 "com.android.settings.PRIMARY_PROFILE_CONTROLLED";
90 // Note: This needs to happen after forwarding intents, otherwise the main Settings
92 ComponentName settingsComponentName = new ComponentName(context, Settings.class);
SummaryPreference.java 15 package com.android.settings;
24 import com.android.settings.applications.LinearColorBar;

Completed in 440 milliseconds

<<21222324252627282930>>