Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java446 final int ITEMLEN = itemName.length(); in collapseString() local
448 if (ITEMLEN == PKGLEN) { in collapseString()
450 } else if (ITEMLEN >= PKGLEN) { in collapseString()