Searched refs:MAX_PROFILE_NAME_LENGTH (Results 1 – 1 of 1) sorted by relevance
581 private static final int MAX_PROFILE_NAME_LENGTH = 200; field in DevicePolicyManagerService10554 profileName.substring(0, Math.min(profileName.length(), MAX_PROFILE_NAME_LENGTH));