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

/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java78 Settings.System.putIntForUser(context.getContentResolver(),
106 Settings.System.putIntForUser(context.getContentResolver(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessController.java120 Settings.System.putIntForUser(mContext.getContentResolver(),
134 Settings.System.putIntForUser(mContext.getContentResolver(),
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java261 Settings.Secure.putIntForUser(resolver, Settings.Secure.TOUCH_EXPLORATION_ENABLED,
265 Settings.Secure.putIntForUser(resolver, Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION,
268 Settings.Secure.putIntForUser(resolver, Settings.Secure.ACCESSIBILITY_ENABLED,
H A DPhoneWindowManager.java4109 Settings.System.putIntForUser(res,
4113 Settings.System.putIntForUser(res,
4118 Settings.System.putIntForUser(res,
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java232 Settings.System.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id);
/frameworks/base/core/java/android/provider/
H A DSettings.java1119 return putIntForUser(cr, name, value, UserHandle.myUserId());
1123 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.System
1385 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle);
2873 return putIntForUser(cr, name, value, UserHandle.myUserId());
2877 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.Secure
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java951 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1136 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1226 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1240 Settings.Secure.putIntForUser(mContext.getContentResolver(),
1256 Settings.Secure.putIntForUser(mContext.getContentResolver(),
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1120 Settings.Secure.putIntForUser(mContentResolver,
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java945 Settings.Secure.putIntForUser(mResolver,
H A DInputMethodManagerService.java3817 Settings.Secure.putIntForUser(mResolver, Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE,
/frameworks/base/media/java/android/media/
H A DAudioService.java716 Settings.System.putIntForUser(cr,
3140 System.putIntForUser(mContentResolver,
3146 System.putIntForUser(mContentResolver,
3250 Settings.System.putIntForUser(mContentResolver,

Completed in 5148 milliseconds