/packages/services/Telephony/src/com/android/phone/ |
EmergencyActionGroup.java | 188 Settings.Secure.putString(getContext().getContentResolver(), 189 Settings.Secure.EMERGENCY_ASSISTANCE_APPLICATION, 201 String assistPackage = Settings.Secure.getString( 203 Settings.Secure.EMERGENCY_ASSISTANCE_APPLICATION);
|
/external/curl/docs/cmdline-opts/ |
cacert.d | 22 (iOS and macOS only) If curl is built against Secure Transport, then this
|
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneFallbackEventHandler.java | 335 return Settings.Secure.getInt(mContext.getContentResolver(), 336 Settings.Secure.USER_SETUP_COMPLETE, 0) != 0;
|
/frameworks/base/media/java/android/media/tv/ |
TvInputInfo.java | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
AutoTileManager.java | 19 import android.provider.Settings.Secure; 66 Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED) {
|
DozeParameters.java | 73 Dependency.get(TunerService.class).addTunable(this, Settings.Secure.DOZE_ALWAYS_ON, 74 Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED);
|
NavigationBarFragment.java | 215 mContentResolver.registerContentObserver(Settings.Secure.getUriFor( 216 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_NAVBAR_ENABLED), false, 616 return Settings.Secure.getInt(cr, Settings.Secure.NUM_ROTATION_SUGGESTIONS_ACCEPTED, 0) 623 final int numSuggestions = Settings.Secure.getInt(cr, 624 Settings.Secure.NUM_ROTATION_SUGGESTIONS_ACCEPTED, 0); 628 Settings.Secure.putInt(cr, Settings.Secure.NUM_ROTATION_SUGGESTIONS_ACCEPTED, [all...] |
/frameworks/base/services/core/java/com/android/server/ |
DockObserver.java | 176 boolean accessibilityEnabled = Settings.Secure.getInt(cr, 177 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1;
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationFudger.java | 52 * Secure settings key for coarse accuracy. 107 * Used to monitor coarse accuracy secure setting for changes. 150 mContext.getContentResolver().registerContentObserver(Settings.Secure.getUriFor( 365 * Loads the coarse accuracy value from secure settings. 368 String newSetting = Settings.Secure.getString(mContext.getContentResolver(),
|
/packages/apps/Email/provider_src/com/android/email/ |
AttachmentInfo.java | 156 sideloadEnabled = Settings.Secure.getInt(context.getContentResolver(), 157 Settings.Secure.INSTALL_NON_MARKET_APPS, 0 /* sideload disabled */) == 1;
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
OverviewInteractionState.java | 213 mResolver.registerContentObserver(Settings.Secure.getUriFor(SWIPE_UP_SETTING_NAME), 227 return Settings.Secure.getInt(mResolver, SWIPE_UP_SETTING_NAME, defaultValue) == 1;
|
/packages/apps/Settings/src/com/android/settings/ |
PrivacySettings.java | 180 mAutoRestore.setChecked(Settings.Secure.getInt(res, 181 Settings.Secure.BACKUP_AUTO_RESTORE, 1) == 1);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ShortcutServicePickerFragment.java | 117 Settings.Secure.putString(getContext().getContentResolver(), 118 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, key);
|
/packages/apps/Settings/src/com/android/settings/backup/ |
ToggleBackupSettingFragment.java | 87 if (Settings.Secure.getInt(getContentResolver(), USER_FULL_DATA_BACKUP_AWARE, 0) != 0) { 177 if (Settings.Secure.getInt(getContentResolver(), USER_FULL_DATA_BACKUP_AWARE, 0) != 0) {
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
EnterprisePrivacyFeatureProviderImpl.java | 190 final String packageName = Settings.Secure.getStringForUser(mContext.getContentResolver(), 191 Settings.Secure.DEFAULT_INPUT_METHOD, MY_USER_ID);
|
/packages/apps/Settings/src/com/android/settings/language/ |
LanguageAndInputSettings.java | 143 final String flattenComponent = Settings.Secure.getString( 144 contentResolver, Settings.Secure.DEFAULT_INPUT_METHOD);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
SettingsAppWidgetProvider.java | 43 import android.provider.Settings.Secure; 523 private int mCurrentLocationMode = Settings.Secure.LOCATION_MODE_OFF; 532 case Settings.Secure.LOCATION_MODE_HIGH_ACCURACY: 533 case Settings.Secure.LOCATION_MODE_SENSORS_ONLY: 546 mCurrentLocationMode = Settings.Secure.getInt(resolver, 547 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); 548 return (mCurrentLocationMode == Settings.Secure.LOCATION_MODE_OFF) [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/ |
LanguageAndInputSettingsTest.java | 130 Settings.Secure.putString(cr, Settings.Secure.DEFAULT_INPUT_METHOD,
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
NotificationControllerTest.java | 157 assertThat(Settings.Secure.getInt(mContext.getContentResolver(), 158 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED)).isEqualTo(1);
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
NotificationController.java | 101 Settings.Secure.putInt(context.getContentResolver(), 102 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED,
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
DiskReceiver.java | 59 if (Settings.Secure.getInt(context.getContentResolver(), 60 Settings.Secure.USER_SETUP_COMPLETE, 0) == 0) {
|
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/ |
DevicePrefFragmentTest.java | 163 Settings.Secure.AUTOFILL_SERVICE, 187 Settings.Secure.AUTOFILL_SERVICE, null);
|
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/inputmethod/ |
KeyboardFragmentTest.java | 124 Settings.Secure.AUTOFILL_SERVICE, 148 Settings.Secure.AUTOFILL_SERVICE, null);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
DefaultDialerCache.java | 160 Settings.Secure.getUriFor(Settings.Secure.DIALER_DEFAULT_APPLICATION);
|
/frameworks/base/services/core/java/com/android/server/display/ |
ColorDisplayService.java | 37 import android.provider.Settings.Secure; 173 cr.registerContentObserver(Secure.getUriFor(Secure.USER_SETUP_COMPLETE), 182 return Secure.getIntForUser(cr, Secure.USER_SETUP_COMPLETE, 0, userHandle) == 1;
|