/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/core/java/com/android/internal/inputmethod/ |
InputMethodUtils.java | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
StatusBarSwitch.java | 84 Settings.Secure.putStringForUser(contentResolver, StatusBarIconController.ICON_BLACKLIST,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
GarbageMonitor.java | 94 boolean forceEnable = Settings.Secure.getInt(mContext.getContentResolver(),
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
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/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/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/applications/ |
ManageDomainUrls.java | 127 mWebAction.setChecked(Settings.Secure.getInt(getContentResolver(), 128 Settings.Secure.INSTANT_APPS_ENABLED, 1) != 0); 165 Settings.Secure.putInt( 167 Settings.Secure.INSTANT_APPS_ENABLED, checked ? 1 : 0);
|
VrListenerSettings.java | 35 c.setting = Settings.Secure.ENABLED_VR_LISTENERS;
|
/packages/apps/Settings/src/com/android/settings/users/ |
RestrictionUtils.java | 25 import android.provider.Settings.Secure;
|
/packages/apps/TV/src/com/android/tv/receiver/ |
GlobalKeyReceiver.java | 37 // Settings.Secure.USER_SETUP_COMPLETE is hidden. 58 return Settings.Secure.getInt(appContext.getContentResolver(),
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
RestrictionUtils.java | 25 import android.provider.Settings.Secure;
|
/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);
|
/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, 346 return Settings.Secure.getIntForUser(mResolver, mSetting, mSettingDefault ? 1 : 0, 390 Settings.Secure.getUriFor(mSetting), false /* descendants */,
|
/frameworks/base/services/core/java/com/android/server/pm/ |
UserRestrictionsUtils.java | 430 // WARNING: Remember that Settings.Global and Settings.Secure are changeable via adb. 461 android.provider.Settings.Secure.putIntForUser(cr, 462 android.provider.Settings.Secure.LOCATION_MODE, 463 android.provider.Settings.Secure.LOCATION_MODE_OFF, 491 // Since Android O, the secure setting is not available to be changed by the 494 android.provider.Settings.Secure.putIntForUser(cr, 495 android.provider.Settings.Secure.INSTALL_NON_MARKET_APPS,
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ZenAccessSettings.java | 42 import android.provider.Settings.Secure; 98 Secure.getUriFor(Secure.ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES), false, 101 Secure.getUriFor(Secure.ENABLED_NOTIFICATION_LISTENERS), false,
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/ |
CTA9x4Boot.asm | 80 This memory can contain the initial stacks (Secure and Secure Monitor stacks).
82 do nothing. This memory can also represent the Secure RAM.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
TextToSpeechFragment.java | 224 mDefaultRate = android.provider.Settings.Secure.getInt(resolver, 225 Settings.Secure.TTS_DEFAULT_RATE); 443 android.provider.Settings.Secure.putInt(getActivity().getContentResolver(), 444 Settings.Secure.TTS_DEFAULT_RATE, mDefaultRate); 585 android.provider.Settings.Secure.putString(getActivity().getContentResolver(), 586 Settings.Secure.TTS_DEFAULT_SYNTH, engine);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
RecentsTaskLoadPlan.java | 29 import android.provider.Settings.Secure; 147 long lastStackActiveTime = Settings.Secure.getLongForUser(mContext.getContentResolver(), 148 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, legacyLastStackActiveTime, currentUserId); 299 * Migrate the last active time from the prefs to the secure settings.
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeFiltering.java | 27 import android.provider.Settings.Secure; 211 final String defaultApp = Secure.getStringForUser(mContext.getContentResolver(), 212 Secure.SMS_DEFAULT_APPLICATION, userId);
|
/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/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 59 * Performs backup and restore of the System and Secure settings. 70 private static final String KEY_SECURE = "secure"; 217 Settings.Secure.getMovedToGlobalSettings(movedToGlobal); 231 restoreSettings(data, Settings.Secure.CONTENT_URI, movedToGlobal); 316 Log.d(TAG, secureSettingsData.length + " bytes of secure settings data"); 369 Settings.Secure.getMovedToGlobalSettings(movedToGlobal); 378 // secure settings 380 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data"); 383 restoreSettings(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal); 530 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null [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 | [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
ImmersiveModeConfirmation.java | 103 value = Settings.Secure.getStringForUser(mContext.getContentResolver(), 104 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, 117 Settings.Secure.putStringForUser(mContext.getContentResolver(), 118 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS,
|