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.java522 final int ITEMLEN = itemName.length(); in collapseString() local
524 if (ITEMLEN == PKGLEN) { in collapseString()
526 } else if (ITEMLEN >= PKGLEN) { in collapseString()