Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java291 public static final int MAX_ID_LENGTH = 1000; field in ShortcutInfo
593 if (id.length() > MAX_ID_LENGTH) { in getSafeId()
594 return id.substring(0, MAX_ID_LENGTH); in getSafeId()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java237 si.getId().length() <= ShortcutInfo.MAX_ID_LENGTH); in testShortcutIdTruncated()