Searched refs:getNameOfCuj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
D | CujTest.java | 21 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()
|
D | InteractionJankMonitorTest.java | 152 final String cujName = Cuj.getNameOfCuj(cujType); in testSessionNameLengthLimit()
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | InteractionMonitorDebugOverlay.java | 120 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()
|
D | InteractionJankMonitor.java | 342 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()
|
D | Cuj.java | 355 public static String getNameOfCuj(int cujType) { in getNameOfCuj() method in Cuj 567 return Cuj.getNameOfCuj(getCujTypeFromInteraction(interactionType)); in getNameOfInteraction()
|