Searched refs:Settings (Results 251 - 275 of 424) sorted by relevance

<<11121314151617

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java28 import android.provider.Settings;
63 new Intent(Settings.ACTION_CAST_SETTINGS);
114 return new Intent(Settings.ACTION_CAST_SETTINGS);
H A DWifiTile.java23 import android.provider.Settings;
54 private static final Intent WIFI_SETTINGS = new Intent(Settings.ACTION_WIFI_SETTINGS);
126 new Intent(Settings.ACTION_WIFI_SETTINGS), 0);
H A DHotspotTile.java24 import android.provider.Settings.Global;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerWifiTest.java15 import android.provider.Settings;
93 // Must set the Settings value before instantiating the NetworkControllerImpl due to bugs in
95 Settings.Global.putString(mContext.getContentResolver(),
96 Settings.Global.NETWORK_SCORING_UI_ENABLED,
/frameworks/base/services/backup/java/com/android/server/backup/
H A DTransportManager.java36 import android.provider.Settings;
440 final boolean isDeviceProvisioned = Settings.Global.getInt(mContext.getContentResolver(),
441 Settings.Global.DEVICE_PROVISIONED, 0) != 0;
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java29 import android.provider.Settings;
291 Settings.Secure.putStringForUser(mContext.getContentResolver(),
301 final String setting = Settings.Secure.getStringForUser(
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationComparatorTest.java35 import android.provider.Settings;
99 smsPkg = Settings.Secure.getString(mContext.getContentResolver(),
100 Settings.Secure.SMS_DEFAULT_APPLICATION);
H A DBadgeExtractorTest.java32 import android.provider.Settings.Secure;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java162 import android.provider.Settings;
650 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED);
652 Settings.Global.getUriFor(Settings.Global.WINDOW_ANIMATION_SCALE);
654 Settings.Global.getUriFor(Settings.Global.TRANSITION_ANIMATION_SCALE);
656 Settings.Global.getUriFor(Settings.Global.ANIMATOR_DURATION_SCALE);
1096 mWindowAnimationScaleSetting = Settings
[all...]
H A DAlertWindowNotification.java24 import static android.provider.Settings.ACTION_MANAGE_OVERLAY_PERMISSION;
/frameworks/base/core/java/android/preference/
H A DRingtonePreference.java25 import android.provider.Settings.System;
/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java22 import android.provider.Settings;
49 * <li>The user explicitly enables it using Android Settings (the
50 * {@link Settings#ACTION_REQUEST_SET_AUTOFILL_SERVICE} intent can be used to launch such
51 * Settings screen).
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java25 import android.provider.Settings;
45 import static android.provider.Settings.ACTION_VPN_SETTINGS;
228 final Intent intent = new Intent(Settings.ACTION_ENTERPRISE_PRIVACY_SETTINGS);
298 // Make "Open VPN Settings"-link clickable
439 final Intent intent = new Intent(Settings.ACTION_VPN_SETTINGS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java20 import android.provider.Settings.Secure;
H A DStatusBar.java101 import android.provider.Settings;
282 // Must match constant in Settings. Used to highlight preferences when linking to Settings.
518 && Settings.Global.HEADS_UP_OFF != Settings.Global.getInt(
519 mContext.getContentResolver(), Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
520 Settings.Global.HEADS_UP_OFF);
521 mHeadsUpTicker = mUseHeadsUp && 0 != Settings.Global.getInt(
791 Settings.Global.getUriFor(Settings
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java24 import android.provider.Settings;
128 mSnoozeLengthMs = Settings.Global.getInt(context.getContentResolver(),
133 final int packageSnoozeLengthMs = Settings.Global.getInt(
142 Settings.Global.getUriFor(SETTING_HEADS_UP_SNOOZE_LENGTH_MS), false,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DEvents.java22 import android.provider.Settings.Global;
/frameworks/base/services/core/java/com/android/server/
H A DSensorNotificationService.java36 import android.provider.Settings;
H A DInputMethodManagerService.java108 import android.provider.Settings;
347 * {@link Settings.Secure#DEFAULT_INPUT_METHOD}.
603 * constants (e.g. {@link android.provider.Settings.Global#ACTIVITY_MANAGER_CONSTANTS}).</p>
611 * constants (e.g. {@link android.provider.Settings.Global#ACTIVITY_MANAGER_CONSTANTS}).</p>
764 resolver.registerContentObserver(Settings.Secure.getUriFor(
765 Settings.Secure.DEFAULT_INPUT_METHOD), false, this, userId);
766 resolver.registerContentObserver(Settings.Secure.getUriFor(
767 Settings.Secure.ENABLED_INPUT_METHODS), false, this, userId);
768 resolver.registerContentObserver(Settings.Secure.getUriFor(
769 Settings
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java82 import android.provider.Settings;
83 import android.provider.Settings.SettingNotFoundException;
979 final Intent intent = new Intent(Settings.ACTION_HARD_KEYBOARD_SETTINGS);
981 intent.putExtra(Settings.EXTRA_INPUT_DEVICE_IDENTIFIER, device.getIdentifier());
1624 Settings.System.getUriFor(Settings.System.POINTER_SPEED), true,
1636 speed = Settings.System.getIntForUser(mContext.getContentResolver(),
1637 Settings.System.POINTER_SPEED, UserHandle.USER_CURRENT);
1650 Settings.System.getUriFor(Settings
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentFilter.java84 + Settings.TAG_CROSS_PROFILE_INTENT_FILTERS + ": " + tagName + " at "
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetServiceImpl.java31 import android.provider.Settings;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScoredNetworkEvaluatorTest.java36 import android.provider.Settings;
81 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
118 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
204 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java43 import android.provider.Settings;
675 * A {@link ContentObserver} to monitor {@link Settings.Secure#SHOW_IME_WITH_HARD_KEYBOARD}.
677 * <p>Note that {@link Settings.Secure#SHOW_IME_WITH_HARD_KEYBOARD} is not a public API.
719 Settings.Secure.getUriFor(Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD),
731 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(),
732 Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD, 0) != 0 ?
749 Settings.Secure.getUriFor(Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD);
751 mShowImeWithHardKeyboard = Settings
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java63 import android.provider.Settings;
474 final String enabledNotifListeners = Settings.Secure.getStringForUser(mContentResolver,
475 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS,
664 String mediaButtonReceiver = Settings.Secure.getStringForUser(mContentResolver,
665 Settings.System.MEDIA_BUTTON_RECEIVER, mFullUserId);
739 Settings.Secure.putStringForUser(mContentResolver,
740 Settings.System.MEDIA_BUTTON_RECEIVER,
799 private final Uri mSecureSettingsUri = Settings.Secure.getUriFor(
800 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS);
1534 return Settings
[all...]

Completed in 549 milliseconds

<<11121314151617