Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DCujTest.java21 import static com.android.internal.jank.Cuj.getNameOfCuj;
78 mExpect.withMessage(formatSimple("Too long CUJ(%d) name: %s", cuj, getNameOfCuj(cuj))) in testCujNameLimit()
79 .that(getNameOfCuj(cuj).length()) in testCujNameLimit()
124 final String expectedNameOfCuj = formatSimple("CUJ_%s", getNameOfCuj(cuj)); in testCujsMapToEnumsCorrectly()
DInteractionJankMonitorTest.java152 final String cujName = Cuj.getNameOfCuj(cujType); in testSessionNameLengthLimit()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java120 String cujName = Cuj.getNameOfCuj(mRunningCujs.keyAt(i)); in getWidthOfLongestCujName()
160 String cujName = Cuj.getNameOfCuj(removedCuj); in onTrackerRemoved()
198 String cujName = Cuj.getNameOfCuj(addedCuj); in onTrackerAdded()
279 String cujName = Cuj.getNameOfCuj(mRunningCujs.keyAt(i)); in onPostDraw()
DInteractionJankMonitor.java342 Log.d(TAG, "begin failed due to timeout, CUJ=" + Cuj.getNameOfCuj(config.mCujType)); in begin()
407 Log.d(TAG, "end failed due to timeout, CUJ=" + Cuj.getNameOfCuj(cujType)); in end()
456 Log.d(TAG, "cancel failed due to timeout, CUJ=" + Cuj.getNameOfCuj(cujType)); in cancel()
584 public static String getNameOfCuj(int cujType) { in getNameOfCuj() method in InteractionJankMonitor
585 return Cuj.getNameOfCuj(cujType); in getNameOfCuj()
765 mSessionName = generateSessionName(Cuj.getNameOfCuj(cuj), tag); in Configuration()
DCuj.java355 public static String getNameOfCuj(int cujType) { in getNameOfCuj() method in Cuj
567 return Cuj.getNameOfCuj(getCujTypeFromInteraction(interactionType)); in getNameOfInteraction()