/packages/services/Telephony/src/com/android/phone/settings/ |
TtyModeListPreference.java | 44 int settingsTtyMode = Settings.Secure.getInt(getContext().getContentResolver(), 45 Settings.Secure.PREFERRED_TTY_MODE, 55 int settingsTtyMode = android.provider.Settings.Secure.getInt( 57 Settings.Secure.PREFERRED_TTY_MODE, 68 Settings.Secure.putInt( 70 Settings.Secure.PREFERRED_TTY_MODE,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationModeBatterySavingTestActivity.java | 20 import android.provider.Settings.Secure; 48 testIsExpectedMode(1, Secure.LOCATION_MODE_BATTERY_SAVING);
|
LocationModeDeviceOnlyTestActivity.java | 20 import android.provider.Settings.Secure; 48 testIsExpectedMode(1, Secure.LOCATION_MODE_SENSORS_ONLY);
|
LocationModeHighAccuracyTestActivity.java | 20 import android.provider.Settings.Secure; 48 testIsExpectedMode(1, Secure.LOCATION_MODE_HIGH_ACCURACY);
|
LocationModeOffTestActivity.java | 20 import android.provider.Settings.Secure; 44 testIsExpectedMode(0, Secure.LOCATION_MODE_OFF);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
gtdt.asl | 61 [0004] Secure EL1 Interrupt : 0000001d 67 [0004] Non-Secure EL1 Interrupt : 0000001e 79 [0004] Non-Secure EL2 Interrupt : 0000001a 114 Secure : 0
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/ |
AccessibilityButtonHelper.java | 32 return Settings.Secure.getInt(ctx.getContentResolver(), 33 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_NAVBAR_ENABLED, 0) == 1;
|
AccessibilityUtils.java | 58 final String enabledServicesSetting = Settings.Secure.getStringForUser( 59 context.getContentResolver(), Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, 147 Settings.Secure.putStringForUser(context.getContentResolver(), 148 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, 163 final String currentShortcutServiceId = Settings.Secure.getStringForUser( 164 context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, 181 return Settings.Secure.getIntForUser(context.getContentResolver(), 182 Settings.Secure.ACCESSIBILITY_SHORTCUT_ENABLED, 1, userId) == 1;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
DozeConfigurationTest.java | 50 Settings.Secure.putString(mContext.getContentResolver(), Settings.Secure.DOZE_ALWAYS_ON,
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleAutoclickPreferenceFragment.java | 98 Settings.Secure.putInt(getContentResolver(), preferenceKey, enabled ? 1 : 0); 118 int delay = Settings.Secure.getInt( 119 getContentResolver(), Settings.Secure.ACCESSIBILITY_AUTOCLICK_DELAY, 134 int value = Settings.Secure.getInt(getContentResolver(), 135 Settings.Secure.ACCESSIBILITY_AUTOCLICK_ENABLED, 0); 149 onPreferenceToggled(Settings.Secure.ACCESSIBILITY_AUTOCLICK_ENABLED, isChecked); 162 Settings.Secure.putInt(getContentResolver(), 163 Settings.Secure.ACCESSIBILITY_AUTOCLICK_DELAY,
|
/packages/apps/Settings/src/com/android/settings/applications/assist/ |
DefaultVoiceInputPicker.java | 88 Settings.Secure.putString(getContext().getContentResolver(), 89 Settings.Secure.VOICE_INTERACTION_SERVICE, value); 90 Settings.Secure.putString(getContext().getContentResolver(), 91 Settings.Secure.VOICE_RECOGNITION_SERVICE, 101 Settings.Secure.putString(getContext().getContentResolver(), 102 Settings.Secure.VOICE_INTERACTION_SERVICE, ""); 103 Settings.Secure.putString(getContext().getContentResolver(), 104 Settings.Secure.VOICE_RECOGNITION_SERVICE, value);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
UncachedInputMethodManagerUtils.java | 61 final String currentImeId = Settings.Secure.getString( 62 context.getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD);
|
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/ |
AdminActionBookkeepingTest.java | 72 final String setting = Settings.Secure.DEFAULT_INPUT_METHOD; 74 final String ime = Settings.Secure.getString(resolver, setting); 76 Settings.Secure.putString(resolver, setting, "com.test.1"); 84 Settings.Secure.putString(resolver, setting, ime);
|
/frameworks/base/core/java/android/service/dreams/ |
Sandman.java | 112 return Settings.Secure.getIntForUser(context.getContentResolver(), 113 Settings.Secure.SCREENSAVER_ENABLED, def, 120 return Settings.Secure.getIntForUser(context.getContentResolver(), 121 Settings.Secure.SCREENSAVER_ACTIVATE_ON_DOCK, def,
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
GoogleLocationSettingHelper.java | 26 import android.provider.Settings.Secure; 107 return Secure.getInt(context.getContentResolver(), Secure.LOCATION_MODE) 108 != Secure.LOCATION_MODE_OFF;
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
LocationUtils.java | 55 return Settings.Secure.getInt(context.getContentResolver(), Settings.Secure.LOCATION_MODE, 56 Settings.Secure.LOCATION_MODE_OFF) != Settings.Secure.LOCATION_MODE_OFF;
|
/packages/apps/Settings/src/com/android/settings/deletionhelper/ |
AutomaticStorageManagerSwitchBarController.java | 60 Settings.Secure.getInt( 62 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED, 73 Settings.Secure.putInt( 75 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED,
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
GesturesSettingPreferenceController.java | 70 final boolean assistGestureEnabled = Settings.Secure.getInt( 71 contentResolver, Settings.Secure.ASSIST_GESTURE_ENABLED, 1) != 0; 72 final boolean assistGestureSilenceEnabled = Settings.Secure.getInt( 73 contentResolver, Settings.Secure.ASSIST_GESTURE_SILENCE_ALERTS_ENABLED, 1) != 0;
|
/packages/apps/Settings/src/com/android/settings/display/ |
CameraGesturePreferenceController.java | 25 import static android.provider.Settings.Secure.CAMERA_GESTURE_DISABLED; 43 int value = Settings.Secure.getInt(mContext.getContentResolver(), 59 Settings.Secure.putInt(mContext.getContentResolver(), CAMERA_GESTURE_DISABLED,
|
LiftToWakePreferenceController.java | 26 import static android.provider.Settings.Secure.WAKE_GESTURE_ENABLED; 51 Settings.Secure.putInt(mContext.getContentResolver(), WAKE_GESTURE_ENABLED, value ? 1 : 0); 57 int value = Settings.Secure.getInt(mContext.getContentResolver(), WAKE_GESTURE_ENABLED, 0);
|
VrDisplayPreferenceController.java | 49 int current = Settings.Secure.getIntForUser(mContext.getContentResolver(), 50 Settings.Secure.VR_DISPLAY_MODE, Settings.Secure.VR_DISPLAY_MODE_LOW_PERSISTENCE,
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsHelper.java | 70 * @see Secure#SETTINGS_TO_BACKUP 78 sBroadcastOnRestore.add(Settings.Secure.ENABLED_NOTIFICATION_LISTENERS); 79 sBroadcastOnRestore.add(Settings.Secure.ENABLED_VR_LISTENERS); 80 sBroadcastOnRestore.add(Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES); 81 sBroadcastOnRestore.add(Settings.Secure.ENABLED_INPUT_METHODS); 97 return Settings.Secure.getStringForUser(resolver, name, userHandle); 131 if (destination.equals(Settings.Secure.CONTENT_URI)) { 152 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { 155 } else if (Settings.Secure.BACKUP_AUTO_RESTORE.equals(name)) { 254 case Settings.Secure.ACCESSIBILITY_ENABLED [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeviceProvisionedControllerImpl.java | 23 import android.provider.Settings.Secure; 44 mUserSetupUri = Secure.getUriFor(Secure.USER_SETUP_COMPLETE); 54 return Secure.getIntForUser(mContentResolver, Secure.USER_SETUP_COMPLETE, 0, currentUser)
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
InstallNonMarketAppsDeprecationTest.java | 58 String newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); 66 newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); 77 sb.append(userId + " secure "); 78 sb.append(Settings.Secure.INSTALL_NON_MARKET_APPS); 103 String value = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); 106 setSettingViaShell(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS, "0", 110 value = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); 124 String value = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
AssistGestureSettingsPreferenceControllerTest.java | 26 import android.provider.Settings.Secure; 96 Settings.Secure.putInt(resolver, Secure.ASSIST_GESTURE_ENABLED, 0); 99 int updatedValue = Settings.Secure.getInt(resolver, Secure.ASSIST_GESTURE_ENABLED, -1); 108 Settings.Secure.putInt(resolver, Settings.Secure.ASSIST_GESTURE_ENABLED, currentValue);
|