Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java589 Log.d(TAG, "begin failed due to timeout, CUJ=" + getNameOfCuj(config.mCujType)); in begin()
601 int cujType = conf.mCujType; in beginInternal()
970 private final @CujType int mCujType; field in InteractionJankMonitor.Configuration
1105 mCujType = cuj; in Configuration()
1207 private final int mCujType; field in InteractionJankMonitor.Session
1214 mCujType = cujType; in Session()
1241 return mCujType; in getCuj()
1245 return CUJ_TO_STATSD_INTERACTION_TYPE[mCujType]; in getStatsdInteractionType()
1255 mCujType); in getPerfettoTrigger()