Lines Matching defs:setting

1700      * {@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 this value. This constraint is
2408 * numerical digits required in the password. After setting this, the user will not be able to
2413 * setting this value. This constraint is only imposed if the administrator has also requested
2476 * symbols required in the password. After setting this, the user will not be able to enter a
2480 * {@link #ACTION_SET_NEW_PARENT_PROFILE_PASSWORD} after setting this value. This constraint is
2543 * non-letter characters (numerical digits or symbols) required in the password. After setting
2548 * setting this value. This constraint is only imposed if the administrator has also requested
2611 * history. After setting this, the user will not be able to enter a new password that is the
2615 * {@link #ACTION_SET_NEW_PARENT_PROFILE_PASSWORD} after setting this value. This constraint is
2659 * Note that setting the password will automatically reset the expiration time for all active
3474 * to set the proxy, the {@link ComponentName} of the admin originally setting the
3475 * proxy will be returned. If successful in setting the proxy, {@code null} will
3477 * The method can be called repeatedly by the device admin alrady setting the
3567 * Returns the component name setting the global proxy.
3679 * By setting this flag alone, all trust agents are disabled. If the admin then wants to
3735 * supported setting will always be used. If any device administrator requests device
3778 * determine the requested setting for secure storage.
3781 * this will return the requested encryption setting as an aggregate of all active
4509 * device, for this user. After setting this, no applications running as this user will be able
4728 * such as widgets. After setting this, keyguard features will be disabled according to the
4955 * Same as {@link #setDeviceOwner(ComponentName, String)} but without setting a device owner name.
5790 * of each admin's {@link #KEYGUARD_DISABLE_TRUST_AGENTS} setting and its trust agent
6356 * @return true if setting the restriction succeeded. It will fail if called outside a managed
6446 * <p>Please note that setting this policy does not imply that specified apps will be
6893 * @return boolean Whether the hidden setting of the package was successfully updated.
7204 * Validation that the value of the setting is in the correct form for the setting type should
7215 * <li>{@link android.provider.Settings.Global#STAY_ON_WHILE_PLUGGED_IN} This setting is only
7219 * setting is only available from {@link android.os.Build.VERSION_CODES#M} onwards.</li>
7236 * @param setting The name of the setting to update.
7237 * @param value The value to update the setting to.
7240 public void setGlobalSetting(@NonNull ComponentName admin, String setting, String value) {
7244 mService.setGlobalSetting(admin, setting, value);
7262 * settings. Validation that the value of the setting is in the correct form for the setting
7276 * @param setting The name of the setting to update.
7277 * @param value The value to update the setting to.
7281 @NonNull @SystemSettingsWhitelist String setting, String value) {
7285 mService.setSystemSetting(admin, setting, value);
7340 * settings. Validation that the value of the setting is in the correct form for the setting
7355 * setting {@link android.provider.Settings.Secure#INSTALL_NON_MARKET_APPS}, which is
7364 * @param setting The name of the setting to update.
7365 * @param value The value to update the setting to.
7368 public void setSecureSetting(@NonNull ComponentName admin, String setting, String value) {
7372 mService.setSecureSetting(admin, setting, value);
7801 * granted this way, the effect is equivalent to setting the permission * grant state via
7921 * or device, setting itself as the device or profile owner.
7939 * profile or user, setting the given package as owner.
8029 * limited to a short statement such as "This setting is disabled by your administrator. Contact