Searched refs:putIntForUser (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSecureSetting.java52 Secure.putIntForUser(mContext.getContentResolver(), mSettingName, value, mUserId);
/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java111 Settings.System.putIntForUser(context.getContentResolver(),
125 Settings.System.putIntForUser(context.getContentResolver(),
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java263 Settings.Secure.putIntForUser(resolver, Settings.Secure.TOUCH_EXPLORATION_ENABLED,
267 Settings.Secure.putIntForUser(resolver, Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION,
270 Settings.Secure.putIntForUser(resolver, Settings.Secure.ACCESSIBILITY_ENABLED,
H A DPhoneWindowManager.java2618 Settings.System.putIntForUser(mContext.getContentResolver(),
2636 Settings.System.putIntForUser(mContext.getContentResolver(),
5507 Settings.System.putIntForUser(res,
5511 Settings.System.putIntForUser(res,
5516 Settings.System.putIntForUser(res,
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java208 Settings.System.putIntForUser(mContext.getContentResolver(),
234 Settings.System.putIntForUser(mContext.getContentResolver(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java84 Settings.System.putIntForUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java125 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java268 Settings.System.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id);
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java176 Settings.Secure.putIntForUser(cr, OWNER_INFO_ENABLED, 0, userId);
H A DTextServicesManagerService.java1037 Settings.Secure.putIntForUser(mResolver,
/frameworks/base/core/java/android/provider/
H A DSettings.java1461 return putIntForUser(cr, name, value, UserHandle.myUserId());
1465 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.System
1727 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle);
3277 return putIntForUser(cr, name, value, UserHandle.myUserId());
3281 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.Secure
4965 * @deprecated use {@link #putIntForUser(ContentResolver, String, int, int)} and
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1216 Settings.Secure.putIntForUser(mResolver, Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE,
1254 Settings.Secure.putIntForUser(mResolver, Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1209 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1295 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1533 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1586 Settings.Secure.putIntForUser(mContext.getContentResolver(),
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java482 Settings.Secure.putIntForUser(mContext.getContentResolver(),
/frameworks/base/media/java/android/media/
H A DAudioService.java3216 Settings.System.putIntForUser(mContentResolver,
3961 System.putIntForUser(mContentResolver,
4231 Settings.System.putIntForUser(mContentResolver,
4432 Settings.Secure.putIntForUser(mContentResolver,
4437 Settings.System.putIntForUser(mContentResolver,
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1415 Settings.Secure.putIntForUser(mContentResolver,
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4868 Settings.Secure.putIntForUser(mContext.getContentResolver(),
4876 Settings.Secure.putIntForUser(mContext.getContentResolver(),
4896 Settings.Secure.putIntForUser(mContext.getContentResolver(),

Completed in 341 milliseconds