HomeSort by relevance Sort by last modified time
    Searched refs:Secure (Results 101 - 125 of 279) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java 292 if (!SystemProperties.getBoolean("ro.adb.secure", false)) {
574 updateSwitchPreference(mBugreportInPower, Settings.Secure.getInt(cr,
578 updateSwitchPreference(mBtHciSnoopLog, Settings.Secure.getInt(cr,
579 Settings.Secure.BLUETOOTH_HCI_LOG, 0) != 0);
683 Settings.Secure.putInt(mContentResolver, Settings.Secure.BLUETOOTH_HCI_LOG,
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 324 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
329 Settings.Secure.
364 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
409 if (Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES.equals(which)) {
    [all...]
AutoclickController.java 170 private final Uri mAutoclickDelaySettingUri = Settings.Secure.getUriFor(
171 Settings.Secure.ACCESSIBILITY_AUTOCLICK_DELAY);
231 int delay = Settings.Secure.getIntForUser(
232 mContentResolver, Settings.Secure.ACCESSIBILITY_AUTOCLICK_DELAY,
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 248 String curInteractorStr = Settings.Secure.getStringForUser(
250 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle);
386 String curService = Settings.Secure.getStringForUser(
387 mResolver, Settings.Secure.VOICE_INTERACTION_SERVICE, mCurUser);
472 String curInteractor = Settings.Secure.getStringForUser(
474 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle);
484 Settings.Secure.putStringForUser(mContext.getContentResolver(),
485 Settings.Secure.VOICE_INTERACTION_SERVICE,
519 String curRecognizer = Settings.Secure.getStringForUser(
521 Settings.Secure.VOICE_RECOGNITION_SERVICE, userHandle)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 335 // WARNING: Remember that Settings.Global and Settings.Secure are changeable via adb.
345 android.provider.Settings.Secure.putIntForUser(cr,
373 android.provider.Settings.Secure.putIntForUser(cr,
374 android.provider.Settings.Secure.LOCATION_MODE,
375 android.provider.Settings.Secure.LOCATION_MODE_OFF,
404 android.provider.Settings.Secure.putIntForUser(cr,
405 android.provider.Settings.Secure.INSTALL_NON_MARKET_APPS, 0,
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java 143 String cur = Settings.Secure.getString(context.getContentResolver(),
144 Settings.Secure.VOICE_INTERACTION_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerFragment.java 69 if (Settings.Secure.getInt(getContext().getContentResolver(), SETTING_SEEN_TUNER_WARNING,
124 Settings.Secure.putInt(getContext().getContentResolver(),
StatusBarSwitch.java 83 Settings.Secure.putStringForUser(contentResolver, StatusBarIconController.ICON_BLACKLIST,
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 128 Settings.Secure.getUriFor(Settings.Secure.DOZE_PULSE_ON_DOUBLE_TAP), false,
288 String names = Settings.Secure.getStringForUser(mContext.getContentResolver(),
289 Settings.Secure.SCREENSAVER_COMPONENTS,
315 Settings.Secure.putStringForUser(mContext.getContentResolver(),
316 Settings.Secure.SCREENSAVER_COMPONENTS,
322 String name = Settings.Secure.getStringForUser(mContext.getContentResolver(),
323 Settings.Secure.SCREENSAVER_DEFAULT_COMPONENT,
  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
PreloadAppsInstaller.java 172 Settings.Secure.putStringForUser(mContext.getContentResolver(),
173 Settings.Secure.DEMO_USER_SETUP_COMPLETE, "1", userId);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettingsForSetupWizard.java 95 Settings.Secure.getInt(getContentResolver(),
96 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, 0) == 1);
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 51 import static android.provider.Settings.Secure.TTS_DEFAULT_PITCH;
52 import static android.provider.Settings.Secure.TTS_DEFAULT_RATE;
53 import static android.provider.Settings.Secure.TTS_DEFAULT_SYNTH;
263 mDefaultRate = android.provider.Settings.Secure.getInt(
265 mDefaultPitch = android.provider.Settings.Secure.getInt(
564 android.provider.Settings.Secure.putInt(getContentResolver(),
580 android.provider.Settings.Secure.putInt(getContentResolver(),
706 android.provider.Settings.Secure.putString(getContentResolver(), TTS_DEFAULT_SYNTH, engine);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterprisePolicyGuard.java 34 import static android.provider.Settings.Secure.MANAGED_PROFILE_CONTACT_REMOTE_SEARCH;
207 return Settings.Secure.getInt(
  /packages/services/Car/service/src/com/android/car/
CarInfoService.java 107 return Settings.Secure.getString(mContext.getContentResolver(),
108 Settings.Secure.ANDROID_ID);
  /packages/services/Telephony/src/com/android/services/telephony/
TtyManager.java 88 ttyMode = Settings.Secure.getInt(context.getContentResolver(),
89 Settings.Secure.PREFERRED_TTY_MODE, TelecomManager.TTY_MODE_OFF);
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 268 preferForeground = Settings.Secure.getInt(mContext.getContentResolver(),
269 Settings.Secure.NFC_PAYMENT_FOREGROUND) != 0;
293 String defaultComponent = Settings.Secure.getString(mContext.getContentResolver(),
294 Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
SuggestionParser.java 185 String name = Settings.Secure.COMPLETED_CATEGORY_PREFIX + category;
186 return Settings.Secure.getInt(mContext.getContentResolver(), name, 0) != 0;
190 String name = Settings.Secure.COMPLETED_CATEGORY_PREFIX + category;
191 Settings.Secure.putInt(mContext.getContentResolver(), name, 1);
  /frameworks/base/services/core/java/com/android/server/telecom/
TelecomLoaderService.java 277 final Uri defaultSmsAppUri = Settings.Secure.getUriFor(
278 Settings.Secure.SMS_DEFAULT_APPLICATION);
279 final Uri defaultDialerAppUri = Settings.Secure.getUriFor(
280 Settings.Secure.DIALER_DEFAULT_APPLICATION);
  /frameworks/base/services/tests/servicestests/src/com/android/internal/util/
FakeSettingsProvider.java 70 private static final String[] TABLES = { "system", "secure", "global" };
84 case "secure":
85 return Settings.Secure.getUriFor(key);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CarrierAppUtils.java 134 boolean hasRunOnce = Settings.Secure.getIntForUser(
135 contentResolver, Settings.Secure.CARRIER_APPS_HANDLED, 0, userId) == 1;
228 Settings.Secure.putIntForUser(
229 contentResolver, Settings.Secure.CARRIER_APPS_HANDLED, 1, userId);
  /packages/apps/Settings/src/com/android/settings/users/
RestrictionUtils.java 25 import android.provider.Settings.Secure;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictionUtils.java 25 import android.provider.Settings.Secure;
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
BaseSettingsProviderTest.java 78 Settings.Secure.putStringForUser(contentResolver, name, value, userId);
100 return Settings.Secure.getStringForUser(contentResolver, name, userId);
186 return Settings.Secure.CONTENT_URI;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamFragment.java 43 import static android.provider.Settings.Secure.SLEEP_TIMEOUT;
193 return Settings.Secure.getInt(getActivity().getContentResolver(), SLEEP_TIMEOUT,
198 Settings.Secure.putInt(getActivity().getContentResolver(), SLEEP_TIMEOUT, ms);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ConditionProviderVerifierActivity.java 28 import android.provider.Settings.Secure;
91 String cpPackages = Secure.getString(getContentResolver(),
92 Settings.Secure.ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES);
455 String cpPackages = Secure.getString(getContentResolver(),
456 Settings.Secure.ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES);

Completed in 1309 milliseconds

1 2 3 45 6 7 8 91011>>