Searched refs:getNameOfCuj (Results 1 – 1 of 1) sorted by relevance
362 intent.putExtra(BUNDLE_KEY_CUJ_NAME, getNameOfCuj(session.getCuj())); in notifyEvents()418 Log.d(TAG, "Skip monitoring cuj: " + getNameOfCuj(cujType) in beginInternal()530 return getNameOfCuj(interactionType - 1); in getNameOfInteraction()539 public static String getNameOfCuj(int cujType) { in getNameOfCuj() method in InteractionJankMonitor728 ? String.format("J<%s>", getNameOfCuj(mCujType)) in Session()729 : String.format("J<%s::%s>", getNameOfCuj(mCujType), postfix); in Session()