Searched refs:MAX_SECTION_NAME_LEN (Results 1 – 1 of 1) sorted by relevance
510 private static final int MAX_SECTION_NAME_LEN = 127; field in MediaProvider2796 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in safeTraceSectionNameWithUri()2797 return sectionName.substring(0, MAX_SECTION_NAME_LEN); in safeTraceSectionNameWithUri()