Lines Matching defs:required

10  * Unless required by applicable law or agreed to in writing, software
414 * <p>If there is already a profile owner active or the caller doesn't have the required
777 * minimum number of upper case letters required in the password. After
794 * required in the password. A value of 0 means there is no
808 * Retrieve the current number of upper case letters required in the
817 * @return The minimum number of upper case letters required in the
838 * minimum number of lower case letters required in the password. After
855 * required in the password. A value of 0 means there is no
869 * Retrieve the current number of lower case letters required in the
878 * @return The minimum number of lower case letters required in the
899 * minimum number of letters required in the password. After setting this,
915 * @param length The new desired minimum number of letters required in the
929 * Retrieve the current number of letters required in the password for all
937 * @return The minimum number of letters required in the password.
957 * minimum number of numerical digits required in the password. After
973 * @param length The new desired minimum number of numerical digits required
987 * Retrieve the current number of numerical digits required in the password
996 * @return The minimum number of numerical digits required in the password.
1016 * minimum number of symbols required in the password. After setting this,
1032 * @param length The new desired minimum number of symbols required in the
1046 * Retrieve the current number of symbols required in the password for all
1054 * @return The minimum number of symbols required in the password.
1075 * required in the password. After setting this, the user will not be able
1090 * @param length The new desired minimum number of letters required in the
1104 * Retrieve the current number of non-letter characters required in the
1113 * @return The minimum number of letters required in the password.
1795 * {@link #ENCRYPTION_STATUS_ACTIVE}, no further action is required.
2048 * Called by a device owner to set whether auto time is required. If auto time is
2049 * required the user cannot set the date and time, but has to use network date and time.
2051 * <p>Note: if auto time is required the user can still manually set the time zone.
2057 * @param required Whether auto time is set required or not.
2059 public void setAutoTimeRequired(ComponentName admin, boolean required) {
2062 mService.setAutoTimeRequired(admin, UserHandle.myUserId(), required);
2070 * @return true if auto time is required.