HomeSort by relevance Sort by last modified time
    Searched refs:Secure (Results 76 - 100 of 269) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 31 import static android.provider.Settings.Secure.getString;
115 Settings.Secure.TTS_DEFAULT_SYNTH);
324 * value from {@link Settings.Secure#TTS_DEFAULT_LOCALE}, failing which the
332 getString(mContext.getContentResolver(), Settings.Secure.TTS_DEFAULT_LOCALE));
361 * read the value from {@link Settings.Secure#TTS_DEFAULT_LOCALE}. If
368 getString(mContext.getContentResolver(), Settings.Secure.TTS_DEFAULT_LOCALE),
520 final String prefList = Settings.Secure.getString(mContext.getContentResolver(),
521 Settings.Secure.TTS_DEFAULT_LOCALE);
532 Settings.Secure.putString(mContext.getContentResolver(),
533 Settings.Secure.TTS_DEFAULT_LOCALE, newPrefList.toString())
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AssistUtils.java 136 final String setting = Settings.Secure.getStringForUser(mContext.getContentResolver(),
137 Settings.Secure.ASSISTANT, userId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
ColorInversionTile.java 21 import android.provider.Settings.Secure;
47 Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
PowerNotificationControlsFragment.java 64 Settings.Secure.putInt(getContext().getContentResolver(),
89 int setting = Settings.Secure.getInt(getContext().getContentResolver(), KEY_SHOW_PNC, 0);
NightModeFragment.java 22 import android.provider.Settings.Secure;
108 TunerService.get(getContext()).addTunable(this, Secure.BRIGHTNESS_USE_TWILIGHT,
135 TunerService.get(getContext()).setValue(Secure.BRIGHTNESS_USE_TWILIGHT,
171 if (Secure.BRIGHTNESS_USE_TWILIGHT.equals(key)) {
TunerSwitch.java 54 Settings.Secure.putString(getContext().getContentResolver(), key, value ? "1" : "0");
  /frameworks/base/services/core/java/com/android/server/location/
LocationBlacklist.java 61 mContext.getContentResolver().registerContentObserver(Settings.Secure.getUriFor(
63 // mContext.getContentResolver().registerContentObserver(Settings.Secure.getUriFor(
129 flatString = Settings.Secure.getStringForUser(mContext.getContentResolver(), key,
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 586 boolean isEnabled = Settings.Secure.getInt(context.getContentResolver(),
587 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1;
593 Settings.Secure.putInt(context.getContentResolver(), Settings.Secure.ACCESSIBILITY_ENABLED,
615 String enabledServices = Settings.Secure.getString(context.getContentResolver(),
616 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES);
626 Settings.Secure.putString(context.getContentResolver(),
627 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, servicesToEnable.toString());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsFragment.java 25 import android.provider.Settings.Secure;
99 return Secure.getInt(activity.getContentResolver(), "user_setup_complete", 0) != 0;
  /packages/services/Telecomm/src/com/android/server/telecom/
TtyManager.java 44 mPreferredTtyMode = Settings.Secure.getInt(
46 Settings.Secure.PREFERRED_TTY_MODE,
Timeouts.java 52 return Settings.Secure.getLong(contentResolver, PREFIX + key, defaultValue);
  /packages/services/Telephony/src/com/android/phone/
CdmaVoicePrivacyCheckBoxPreference.java 89 android.provider.Settings.Secure.putInt(getContext().getContentResolver(),
90 android.provider.Settings.Secure.ENHANCED_VOICE_PRIVACY_ENABLED, enable);
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 298 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
303 Settings.Secure.
338 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
383 if (Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES.equals(which)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/lights/
LightsService.java 185 return Settings.Secure.getIntForUser(getContext().getContentResolver(),
186 Settings.Secure.VR_DISPLAY_MODE,
187 /*default*/Settings.Secure.VR_DISPLAY_MODE_LOW_PERSISTENCE,
198 if (enabled && vrDisplayMode == Settings.Secure.VR_DISPLAY_MODE_LOW_PERSISTENCE) {
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 243 String curInteractorStr = Settings.Secure.getStringForUser(
245 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle);
381 String curService = Settings.Secure.getStringForUser(
382 mResolver, Settings.Secure.VOICE_INTERACTION_SERVICE, mCurUser);
467 String curInteractor = Settings.Secure.getStringForUser(
469 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle);
479 Settings.Secure.putStringForUser(mContext.getContentResolver(),
480 Settings.Secure.VOICE_INTERACTION_SERVICE,
514 String curRecognizer = Settings.Secure.getStringForUser(
516 Settings.Secure.VOICE_RECOGNITION_SERVICE, userHandle)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ScreenPinningSettings.java 110 return Settings.Secure.getInt(getContentResolver(),
111 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED, def) != 0;
133 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCK_TO_APP_EXIT_LOCKED,
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleScreenMagnificationPreferenceFragment.java 156 if (Settings.Secure.getInt(getContentResolver(),
157 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, 0) == 0) {
176 Settings.Secure.putInt(getContentResolver(),
177 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, enabled);
  /packages/apps/Settings/src/com/android/settings/applications/
VrListenerSettings.java 32 c.setting = Settings.Secure.ENABLED_VR_LISTENERS;
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationLockscreenPreference.java 82 mAllowRemoteInput = Settings.Secure.getInt(getContext().getContentResolver(),
83 Settings.Secure.LOCK_SCREEN_ALLOW_REMOTE_INPUT, 0) != 0;
126 Settings.Secure.putInt(getContext().getContentResolver(),
127 Settings.Secure.LOCK_SCREEN_ALLOW_REMOTE_INPUT, mAllowRemoteInput ? 1 : 0);
  /packages/apps/Settings/src/com/android/settings/utils/
ServiceListing.java 79 mContentResolver.registerContentObserver(Settings.Secure.getUriFor(mConfig.setting),
88 final String flat = Settings.Secure.getString(context.getContentResolver(), config.setting);
139 Settings.Secure.putString(mContentResolver, mConfig.setting,
145 final String flat = Settings.Secure.getString(mContentResolver, mConfig.setting);
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 115 // Get the currently selected interactor from the secure setting.
116 String currentSetting = Settings.Secure.getString(
117 mContext.getContentResolver(), Settings.Secure.VOICE_INTERACTION_SERVICE);
145 // Get the currently selected recognizer from the secure setting.
146 currentSetting = Settings.Secure.getString(
147 mContext.getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
SettingsHelper.java 32 SECURE,
101 case SECURE:
102 Settings.Secure.putString(mResolver, sName, value); break;
112 case SECURE:
113 return Settings.Secure.getString(mResolver, sName);
124 case SECURE:
125 Settings.Secure.putInt(mResolver, sName, value); break;
135 case SECURE:
136 return Settings.Secure.getInt(mResolver, sName);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java 294 if (!SystemProperties.getBoolean("ro.adb.secure", false)) {
577 updateSwitchPreference(mBugreportInPower, Settings.Secure.getInt(cr,
581 updateSwitchPreference(mBtHciSnoopLog, Settings.Secure.getInt(cr,
582 Settings.Secure.BLUETOOTH_HCI_LOG, 0) != 0);
686 Settings.Secure.putInt(mContentResolver, Settings.Secure.BLUETOOTH_HCI_LOG,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 340 android.provider.Settings.Secure.putIntForUser(cr,
368 android.provider.Settings.Secure.putIntForUser(cr,
369 android.provider.Settings.Secure.LOCATION_MODE,
370 android.provider.Settings.Secure.LOCATION_MODE_OFF,
399 android.provider.Settings.Secure.putIntForUser(cr,
400 android.provider.Settings.Secure.INSTALL_NON_MARKET_APPS, 0,

Completed in 662 milliseconds

1 2 34 5 6 7 8 91011