Searched defs:setting (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java605 Slog.e(LOG_TAG, "User not found for setting user account: u" + userId);
1961 Slog.w(LOG_TAG, "Error setting photo for user ", e);
2774 // Change the setting before applying the DISALLOW_SHARE_LOCATION restriction, otherwise
4004 public boolean isSettingRestrictedForUser(String setting, @UserIdInt int userId, argument
4006 return UserRestrictionsUtils.isSettingRestrictedForUser(mContext, setting, userId,
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1700 * {@link #setKeyguardDisabled(ComponentName, boolean)}, setting this flag will have no effect.
2071 * is imposing. After setting this, the user will not be able to enter a new password that is
2137 * length. After setting this, the user will not be able to enter a new password that is not at
2141 * {@link #ACTION_SET_NEW_PARENT_PROFILE_PASSWORD} after setting this value. This constraint is
2202 * case letters required in the password. After setting this, the user will not be able to enter
2207 * setting this value. This constraint is only imposed if the administrator has also requested
2271 * case letters required in the password. After setting this, the user will not be able to enter
2276 * setting this value. This constraint is only imposed if the administrator has also requested
2340 * letters required in the password. After setting this, the user will not be able to enter a
2344 * {@link #ACTION_SET_NEW_PARENT_PROFILE_PASSWORD} after setting thi
7240 setGlobalSetting(@onNull ComponentName admin, String setting, String value) argument
7280 setSystemSetting(@onNull ComponentName admin, @NonNull @SystemSettingsWhitelist String setting, String value) argument
7368 setSecureSetting(@onNull ComponentName admin, String setting, String value) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp348 // deriving the setting from the set service name, but it
756 // Start boot animation service by setting a property mailbox
757 // if property setting thread is already running, Start() will be just a NOP
1951 default: // vendor display color setting
2712 // handle hidden surfaces by setting the visible region to empty
3232 // as destroyed should only occur after setting all other states. This is to allow for a
3432 // We only allow setting layer stacks for top level layers,
4668 DisplayColorSetting setting = static_cast<DisplayColorSetting>(data.readInt32()); local
4669 switch (setting) {
4679 default: // vendor display color setting
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java993 // setting the device or profile owner, or during a system update if one of those "enabled
5514 Log.w(LOG_TAG, "Interrupted while setting keypair certificate", e);
5517 Log.e(LOG_TAG, "Failed setting keypair certificate", e);
6584 * Hook to low-levels: If needed, record the new admin setting for encryption.
6714 // Allow setting this policy to true only if there is a split system user.
6865 // should never happen, as setting a constant
7626 // No managed device, user or profile, so setting provisioning state makes no sense.
7637 // setting profile-owner or device-owner.
9943 public void setGlobalSetting(ComponentName who, String setting, String value) { argument
9951 if (GLOBAL_SETTINGS_DEPRECATED.contains(setting)) {
9981 setSystemSetting(ComponentName who, String setting, String value) argument
10026 setSecureSetting(ComponentName who, String setting, String value) argument
[all...]

Completed in 551 milliseconds

12