Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java460 int cujType = conf.mCujType; in beginInternal()
708 private final @CujType int mCujType; field in InteractionJankMonitor.Configuration
828 mCujType = cuj; in Configuration()
900 private final int mCujType; field in InteractionJankMonitor.Session
908 mCujType = cujType; in Session()
912 ? String.format("J<%s>", getNameOfCuj(mCujType)) in Session()
913 : String.format("J<%s::%s>", getNameOfCuj(mCujType), postfix); in Session()
918 return mCujType; in getCuj()
922 return CUJ_TO_STATSD_INTERACTION_TYPE[mCujType]; in getStatsdInteractionType()
932 mCujType); in getPerfettoTrigger()