Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java581 private static final int MAX_PROFILE_NAME_LENGTH = 200; field in DevicePolicyManagerService
10554 profileName.substring(0, Math.min(profileName.length(), MAX_PROFILE_NAME_LENGTH));