/frameworks/base/services/core/java/com/android/server/vr/ |
SettingsObserver.java | 108 Uri settingUri = Settings.Secure.getUriFor(settingName);
|
/frameworks/base/tests/testables/src/android/testing/ |
TestableSettingsProvider.java | 54 mValues.put(key("secure", MY_UNIQUE_KEY, userId), MY_UNIQUE_KEY); 62 Settings.Secure.getString(context.getContentResolver(), MY_UNIQUE_KEY));
|
/packages/apps/Settings/src/com/android/settings/tts/ |
TextToSpeechSettings.java | 54 import static android.provider.Settings.Secure.TTS_DEFAULT_PITCH; 55 import static android.provider.Settings.Secure.TTS_DEFAULT_RATE; 56 import static android.provider.Settings.Secure.TTS_DEFAULT_SYNTH; 231 mTts.setPitch(android.provider.Settings.Secure.getInt(resolver, TTS_DEFAULT_PITCH, TextToSpeech.Engine.DEFAULT_PITCH)/100.0f); 286 android.provider.Settings.Secure.getInt( 289 android.provider.Settings.Secure.getInt( 690 android.provider.Settings.Secure.putInt( 705 android.provider.Settings.Secure.putInt( 761 android.provider.Settings.Secure.putString(getContentResolver(), TTS_DEFAULT_SYNTH, engine);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ImportantNoticeUtils.java | 49 // Copy of the hidden {@link Settings.Secure#USER_SETUP_COMPLETE} settings key. 62 final int userSetupComplete = Settings.Secure.getInt( 66 Log.w(TAG, "Can't find settings in Settings.Secure: key="
|
/packages/services/Car/service/src/com/android/car/ |
BluetoothDeviceConnectionPolicy.java | 39 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_MUSIC_DEVICES; 40 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_PHONE_DEVICES; 41 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_MESSAGING_DEVICES; 141 // Allow write to Settings.Secure [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CdmaSubscriptionListPreference.java | 26 import android.provider.Settings.Secure;
|
EmergencyActionGroup.java | 183 Settings.Secure.putString(getContext().getContentResolver(), 184 Settings.Secure.EMERGENCY_ASSISTANCE_APPLICATION, 196 String assistPackage = Settings.Secure.getString( 198 Settings.Secure.EMERGENCY_ASSISTANCE_APPLICATION);
|
/packages/apps/Settings/src/com/android/settings/development/ |
DevelopmentSettings.java | 427 if (!SystemProperties.getBoolean("ro.adb.secure", false)) { [all...] |
/external/curl/docs/cmdline-opts/ |
cacert.d | 22 (iOS and macOS only) If curl is built against Secure Transport, then this
|
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 515 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT, 525 return AppGlobals.getIntCoreSetting(Settings.Secure.MULTI_PRESS_TIMEOUT,
|
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneFallbackEventHandler.java | 318 return Settings.Secure.getInt(mContext.getContentResolver(), 319 Settings.Secure.USER_SETUP_COMPLETE, 0) != 0;
|
/frameworks/base/media/java/android/media/tv/ |
TvInputInfo.java | [all...] |
/frameworks/base/services/core/java/com/android/server/ |
DockObserver.java | 176 boolean accessibilityEnabled = Settings.Secure.getInt(cr, 177 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1;
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationFudger.java | 52 * Secure settings key for coarse accuracy. 107 * Used to monitor coarse accuracy secure setting for changes. 150 mContext.getContentResolver().registerContentObserver(Settings.Secure.getUriFor( 365 * Loads the coarse accuracy value from secure settings. 368 String newSetting = Settings.Secure.getString(mContext.getContentResolver(),
|
/packages/apps/Email/provider_src/com/android/email/ |
AttachmentInfo.java | 156 sideloadEnabled = Settings.Secure.getInt(context.getContentResolver(), 157 Settings.Secure.INSTALL_NON_MARKET_APPS, 0 /* sideload disabled */) == 1;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
SettingsActivity.java | 46 /** Hidden field Settings.Secure.NOTIFICATION_BADGING */ 48 /** Hidden field Settings.Secure.ENABLED_NOTIFICATION_LISTENERS */ 160 private static class IconBadgingObserver extends SettingsObserver.Secure 183 Settings.Secure.getString(mResolver, NOTIFICATION_ENABLED_LISTENERS);
|
/packages/apps/Settings/src/com/android/settings/ |
PrivacySettings.java | 181 mAutoRestore.setChecked(Settings.Secure.getInt(res, 182 Settings.Secure.BACKUP_AUTO_RESTORE, 1) == 1);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleScreenMagnificationPreferenceFragment.java | 179 Settings.Secure.putInt(getContentResolver(), preferenceKey, enabled ? 1 : 0); 188 Settings.Secure.getInt(getContentResolver(), mPreferenceKey, 0) == 1);
|
/packages/apps/Settings/src/com/android/settings/backup/ |
ToggleBackupSettingFragment.java | 87 if (Settings.Secure.getInt(getContentResolver(), USER_FULL_DATA_BACKUP_AWARE, 0) != 0) { 177 if (Settings.Secure.getInt(getContentResolver(), USER_FULL_DATA_BACKUP_AWARE, 0) != 0) {
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
EnterprisePrivacyFeatureProviderImpl.java | 189 final String packageName = Settings.Secure.getStringForUser(mContext.getContentResolver(), 190 Settings.Secure.DEFAULT_INPUT_METHOD, MY_USER_ID);
|
/packages/apps/Settings/src/com/android/settings/language/ |
LanguageAndInputSettings.java | 133 final String flattenComponent = Settings.Secure.getString( 134 contentResolver, Settings.Secure.DEFAULT_INPUT_METHOD);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/ |
LanguageAndInputSettingsTest.java | 138 Settings.Secure.putString(cr, Settings.Secure.DEFAULT_INPUT_METHOD,
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
NotificationControllerTest.java | 157 assertThat(Settings.Secure.getInt(mContext.getContentResolver(), 158 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED)).isEqualTo(1);
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
NotificationController.java | 101 Settings.Secure.putInt(context.getContentResolver(), 102 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED,
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
DiskReceiver.java | 59 if (Settings.Secure.getInt(context.getContentResolver(), 60 Settings.Secure.USER_SETUP_COMPLETE, 0) == 0) {
|