Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java129 public static final int CUJ_LAUNCHER_SAVE_APP_PAIR = 93; field in Cuj
229 CUJ_LAUNCHER_SAVE_APP_PAIR,
334 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_LAUNCHER_SAVE_APP_PAIR] = FrameworkStatsLog.UIINTERACTION_FRAME…
526 case CUJ_LAUNCHER_SAVE_APP_PAIR: in getNameOfCuj()
DInteractionJankMonitor.java170 @Deprecated public static final int CUJ_LAUNCHER_SAVE_APP_PAIR = Cuj.CUJ_LAUNCHER_SAVE_APP_PAIR; field in InteractionJankMonitor