Searched refs:MAX_ID_LENGTH (Results 1 – 2 of 2) sorted by relevance
291 public static final int MAX_ID_LENGTH = 1000; field in ShortcutInfo593 if (id.length() > MAX_ID_LENGTH) { in getSafeId()594 return id.substring(0, MAX_ID_LENGTH); in getSafeId()
237 si.getId().length() <= ShortcutInfo.MAX_ID_LENGTH); in testShortcutIdTruncated()