/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 273 String serviceComponent = Settings.Secure.getString(mContext.getContentResolver(), 274 Settings.Secure.VOICE_RECOGNITION_SERVICE);
|
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 530 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT, 540 return AppGlobals.getIntCoreSetting(Settings.Secure.MULTI_PRESS_TIMEOUT, [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
AssistManager.java | 207 boolean structureEnabled = Settings.Secure.getIntForUser(mContext.getContentResolver(), 208 Settings.Secure.ASSIST_STRUCTURE_ENABLED, 1, UserHandle.USER_CURRENT) != 0;
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
AutofillManagerServiceImpl.java | 239 final String setupComplete = Settings.Secure.getStringForUser( 240 mContext.getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, mUserId); 245 return Settings.Secure.getStringForUser( 246 mContext.getContentResolver(), Settings.Secure.AUTOFILL_SERVICE, mUserId); 480 Settings.Secure.putStringForUser(mContext.getContentResolver(), 481 Settings.Secure.AUTOFILL_SERVICE, null, mUserId); [all...] |
/frameworks/base/services/core/java/com/android/server/search/ |
SearchManagerService.java | 198 Settings.Secure.getUriFor(Settings.Secure.SEARCH_GLOBAL_SEARCH_ACTIVITY),
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbAlsaManager.java | 99 int isDisabled = Settings.Secure.getInt(mContext.getContentResolver(), 100 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED, 0);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
SettingsActivity.java | 59 /** Hidden field Settings.Secure.NOTIFICATION_BADGING */ 61 /** Hidden field Settings.Secure.ENABLED_NOTIFICATION_LISTENERS */ 225 private static class IconBadgingObserver extends SettingsObserver.Secure 248 Settings.Secure.getString(mResolver, NOTIFICATION_ENABLED_LISTENERS);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
WorkSoundPreferenceController.java | 232 if (Settings.Secure.getIntForUser(managedProfileContext.getContentResolver(), 233 Settings.Secure.SYNC_PARENT_SOUNDS, 0, mManagedProfileId) == 1) {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
RecentLocationRequestPreferenceControllerTest.java | 96 mController.onLocationModeChanged(Settings.Secure.LOCATION_MODE_BATTERY_SAVING, false); 105 mController.onLocationModeChanged(Settings.Secure.LOCATION_MODE_OFF, false);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
LightsPreferenceControllerTest.java | 85 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1); 107 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0);
|
/prebuilts/go/darwin-x86/src/net/http/ |
cookie.go | 33 Secure bool 87 case "secure": 88 c.Secure = true 188 if c.Secure { 189 b.WriteString("; Secure")
|
/prebuilts/go/linux-x86/src/net/http/ |
cookie.go | 33 Secure bool 87 case "secure": 88 c.Secure = true 188 if c.Secure { 189 b.WriteString("; Secure")
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
BrightnessTrackerTest.java | 198 mInjector.mSecureIntSettings.put(Settings.Secure.NIGHT_DISPLAY_ACTIVATED, 1); 199 mInjector.mSecureIntSettings.put(Settings.Secure.NIGHT_DISPLAY_COLOR_TEMPERATURE, 3333); 439 mInjector.mSecureIntSettings.put(Settings.Secure.NIGHT_DISPLAY_ACTIVATED, 1); 440 mInjector.mSecureIntSettings.put(Settings.Secure.NIGHT_DISPLAY_COLOR_TEMPERATURE, 3339); 482 mInjector.mSecureIntSettings.put(Settings.Secure.NIGHT_DISPLAY_ACTIVATED, 1); 483 mInjector.mSecureIntSettings.put(Settings.Secure.NIGHT_DISPLAY_COLOR_TEMPERATURE, 3339); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SmsApplication.java | 441 String defaultApplication = Settings.Secure.getStringForUser(context.getContentResolver(), 442 Settings.Secure.SMS_DEFAULT_APPLICATION, userId); 454 // Picking a new SMS app requires AppOps and Settings.Secure permissions, so we only do 535 * needs to have permission to set AppOps and write to secure settings. 556 String oldPackageName = Settings.Secure.getStringForUser(context.getContentResolver(), 557 Settings.Secure.SMS_DEFAULT_APPLICATION, userId); 589 // Update the secure setting. 590 Settings.Secure.putStringForUser(context.getContentResolver(), 591 Settings.Secure.SMS_DEFAULT_APPLICATION, applicationData.mPackageName, [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiControllerTest.java | 85 .thenReturn(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY); 196 .thenReturn(Settings.Secure.LOCATION_MODE_OFF); 223 .thenReturn(Settings.Secure.LOCATION_MODE_OFF); 240 .thenReturn(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY); 257 .thenReturn(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY); 274 .thenReturn(Settings.Secure.LOCATION_MODE_OFF); [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CarrierAppUtilsTest.java | 73 Settings.Secure.putIntForUser( 74 mContentResolver, Settings.Secure.CARRIER_APPS_HANDLED, 0, USER_ID); 242 Settings.Secure.putIntForUser( 243 mContentResolver, Settings.Secure.CARRIER_APPS_HANDLED, 1, USER_ID); [all...] |
/frameworks/base/services/core/java/com/android/server/locksettings/ |
LockSettingsService.java | 76 import android.provider.Settings.Secure; 682 String value = Settings.Secure.getString(cr, validSetting); 699 final String OWNER_INFO = Secure.LOCK_SCREEN_OWNER_INFO; 700 String ownerInfo = Settings.Secure.getStringForUser(cr, OWNER_INFO, userId); 703 Settings.Secure.putStringForUser(cr, OWNER_INFO, "", userId); 709 final String OWNER_INFO_ENABLED = Secure.LOCK_SCREEN_OWNER_INFO_ENABLED; 712 int ivalue = Settings.Secure.getIntForUser(cr, OWNER_INFO_ENABLED, userId); 721 Settings.Secure.putIntForUser(cr, OWNER_INFO_ENABLED, 0, userId); [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
PowerManagerService.java | [all...] |
/frameworks/base/services/print/java/com/android/server/print/ |
UserState.java | [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
PhoneWindowManager.java | 42 import static android.provider.Settings.Secure.VOLUME_HUSH_OFF; [all...] |
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
WallpaperManagerService.java | 356 Settings.Secure.getUriFor(Settings.Secure.THEME_MODE), 390 case Settings.Secure.THEME_MODE_WALLPAPER: 391 if (mThemeMode == Settings.Secure.THEME_MODE_LIGHT) { 397 case Settings.Secure.THEME_MODE_LIGHT: 398 if (mThemeMode == Settings.Secure.THEME_MODE_WALLPAPER) { 402 case Settings.Secure.THEME_MODE_DARK: 403 if (mThemeMode == Settings.Secure.THEME_MODE_WALLPAPER) { 419 int updatedThemeMode = Settings.Secure.getInt( 420 mContext.getContentResolver(), Settings.Secure.THEME_MODE [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
CommandReceiverActivity.java | 484 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, 491 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); 598 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
InteractiveVerifierActivity.java | 31 import android.provider.Settings.Secure; 481 String listeners = Secure.getString(getContentResolver(), 523 String listeners = Secure.getString(getContentResolver(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
KeyboardUI.java | 39 import android.provider.Settings.Secure; 293 return Secure.getIntForUser( 294 resolver, Secure.USER_SETUP_COMPLETE, 0, UserHandle.USER_CURRENT) != 0;
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 155 private static final String LOCK_SCREEN_OWNER_INFO = Settings.Secure.LOCK_SCREEN_OWNER_INFO; 157 Settings.Secure.LOCK_SCREEN_OWNER_INFO_ENABLED; [all...] |