HomeSort by relevance Sort by last modified time
    Searched refs:Secure (Results 276 - 300 of 515) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ServiceListing.java 89 mContentResolver.registerContentObserver(Settings.Secure.getUriFor(mSetting),
107 Settings.Secure.putString(mContentResolver, mSetting,
113 final String flat = Settings.Secure.getString(mContentResolver, mSetting);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
WizardManagerHelper.java 179 return Settings.Secure.getInt(context.getContentResolver(),
184 return Settings.Secure.getInt(context.getContentResolver(),
203 return Settings.Secure.getInt(context.getContentResolver(),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamFragment.java 19 import static android.provider.Settings.Secure.SLEEP_TIMEOUT;
194 return Settings.Secure.getInt(getActivity().getContentResolver(), SLEEP_TIMEOUT,
199 Settings.Secure.putInt(getActivity().getContentResolver(), SLEEP_TIMEOUT, ms);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeSensors.java 94 Settings.Secure.DOZE_PULSE_ON_PICK_UP,
100 Settings.Secure.DOZE_PULSE_ON_DOUBLE_TAP,
107 Settings.Secure.DOZE_PULSE_ON_LONG_PRESS,
348 return Settings.Secure.getIntForUser(mResolver, mSetting, mSettingDefault ? 1 : 0,
392 Settings.Secure.getUriFor(mSetting), false /* descendants */,
  /packages/apps/Settings/src/com/android/settings/notification/
ZenAccessSettings.java 39 import android.provider.Settings.Secure;
99 Secure.getUriFor(Secure.ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES), false,
102 Secure.getUriFor(Secure.ENABLED_NOTIFICATION_LISTENERS), false,
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ClientTest.java 36 import android.provider.Settings.Secure;
441 final int originalSetting = Secure.getInt(contentResolver, Secure.INSTANT_APPS_ENABLED, 1);
442 Secure.putInt(contentResolver, Secure.INSTANT_APPS_ENABLED, 0);
471 Secure.putInt(contentResolver, Secure.INSTANT_APPS_ENABLED, originalSetting);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 62 * Performs backup and restore of the System and Secure settings.
73 private static final String KEY_SECURE = "secure";
243 Settings.Secure.getMovedToGlobalSettings(movedToGlobal);
267 restoreSettings(data, Settings.Secure.CONTENT_URI, movedToGlobal);
349 Settings.Secure.getMovedToGlobalSettings(movedToGlobal);
358 // secure settings
360 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data");
363 restoreSettings(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal);
510 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
513 return extractRelevantValues(cursor, Settings.Secure.SETTINGS_TO_BACKUP)
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 79 This memory can contain the initial stacks (Secure and Secure Monitor stacks).
81 do nothing. This memory can also represent the Secure RAM.
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
LockTaskControllerTest.java 112 mLockToAppSetting = Settings.Secure.getString(mContext.getContentResolver(),
113 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED);
135 Settings.Secure.putString(mContext.getContentResolver(),
136 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED, mLockToAppSetting);
363 Settings.Secure.putInt(mContext.getContentResolver(),
364 Settings.Secure.LOCK_TO_APP_EXIT_LOCKED, 1);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TextToSpeechFragment.java 225 mDefaultRate = android.provider.Settings.Secure.getInt(resolver,
226 Settings.Secure.TTS_DEFAULT_RATE);
444 android.provider.Settings.Secure.putInt(getActivity().getContentResolver(),
445 Settings.Secure.TTS_DEFAULT_RATE, mDefaultRate);
586 android.provider.Settings.Secure.putString(getActivity().getContentResolver(),
587 Settings.Secure.TTS_DEFAULT_SYNTH, engine);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
PhysicalKeyboardFragment.java 32 import android.provider.Settings.Secure;
199 Secure.getUriFor(Secure.SHOW_IME_WITH_HARD_KEYBOARD),
  /packages/services/Car/service/src/com/android/car/
BluetoothDeviceConnectionPolicy.java 19 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_MESSAGING_DEVICES;
20 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_MUSIC_DEVICES;
21 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_NETWORK_DEVICES;
22 import static android.car.settings.CarSettings.Secure.KEY_BLUETOOTH_AUTOCONNECT_PHONE_DEVICES;
143 // Allow write to Settings.Secure
    [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerAssistantStackTests.java 408 * {@link Settings.Secure#VOICE_INTERACTION_SERVICE} system preference.
412 super(Settings.Secure.getUriFor(Settings.Secure.VOICE_INTERACTION_SERVICE),
413 Settings.Secure::getString, Settings.Secure::putString);
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 111 Settings.Secure._ID, Settings.Secure.NAME, Settings.Secure.VALUE
116 cr.acquireContentProviderClient(Settings.Secure.CONTENT_URI);
119 // Test that the secure table can be read from.
201 tryBadTableAccess("SECURE", "secure", "install_non_market_apps");
202 tryBadTableAccess(" secure", "secure", "install_non_market_apps");
203 tryBadTableAccess("secure ", "secure", "install_non_market_apps")
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkScorerAppManager.java 224 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE,
225 Settings.Secure.LOCATION_MODE_OFF) != Settings.Secure.LOCATION_MODE_OFF;
412 return Settings.Secure.getInt(context.getContentResolver(), name, defaultValue);
TextServicesManagerService.java 111 Settings.Secure.putStringForUser(mResolver, key, str, mUserId);
117 result = Settings.Secure.getStringForUser(mResolver, key, mUserId);
122 Settings.Secure.putIntForUser(mResolver, key, value, mUserId);
126 return Settings.Secure.getIntForUser(mResolver, key, defaultValue, mUserId);
134 putString(Settings.Secure.SELECTED_SPELL_CHECKER, sciId);
138 putInt(Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE, hashCode);
143 return getString(Settings.Secure.SELECTED_SPELL_CHECKER, "");
147 return getInt(Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE, defaultValue);
151 return getBoolean(Settings.Secure.SPELL_CHECKER_ENABLED, true);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssMeasurementsProvider.java 76 int devOptions = Settings.Secure.getInt(mContext.getContentResolver(),
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 107 value = Settings.Secure.getStringForUser(mContext.getContentResolver(),
108 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS,
121 Settings.Secure.putStringForUser(mContext.getContentResolver(),
122 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS,
  /frameworks/base/services/core/java/com/android/server/vr/
SettingsObserver.java 108 Uri settingUri = Settings.Secure.getUriFor(settingName);
  /packages/apps/Car/Settings/src/com/android/car/settings/users/
EditUsernameFragment.java 103 Settings.Secure.putInt(getActivity().getContentResolver(),
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 19 import static android.provider.Settings.Secure.TTS_DEFAULT_PITCH;
20 import static android.provider.Settings.Secure.TTS_DEFAULT_RATE;
21 import static android.provider.Settings.Secure.TTS_DEFAULT_SYNTH;
233 mTts.setPitch(android.provider.Settings.Secure.getInt(resolver, TTS_DEFAULT_PITCH,
291 android.provider.Settings.Secure.getInt(
294 android.provider.Settings.Secure.getInt(
683 android.provider.Settings.Secure.putInt(
698 android.provider.Settings.Secure.putInt(
754 android.provider.Settings.Secure.putString(getContentResolver(), TTS_DEFAULT_SYNTH, engine);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/defaultapps/
DefaultAutofillPreferenceControllerTest.java 96 Settings.Secure.putString(RuntimeEnvironment.application.getContentResolver(),
  /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/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterController.java 270 String grantedComponents = Settings.Secure.getString(resolver,
271 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS);
288 Settings.Secure.putString(resolver,
289 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS,
  /packages/services/Telephony/src/com/android/phone/
CdmaSubscriptionListPreference.java 26 import android.provider.Settings.Secure;

Completed in 1982 milliseconds

<<11121314151617181920>>