Home
last modified time | relevance | path

Searched refs:isUserPropertyWithinLimit (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DConfirmUserCreationActivity.java119 } else if (!(isUserPropertyWithinLimit(mUserName, UserManager.MAX_USER_NAME_LENGTH) in checkUserCreationRequirements()
120 && isUserPropertyWithinLimit(mAccountName, UserManager.MAX_ACCOUNT_STRING_LENGTH) in checkUserCreationRequirements()
121 && isUserPropertyWithinLimit(mAccountType, UserManager.MAX_ACCOUNT_STRING_LENGTH)) in checkUserCreationRequirements()
156 private boolean isUserPropertyWithinLimit(String property, int limit) { in isUserPropertyWithinLimit() method in ConfirmUserCreationActivity