Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInteractionJankMonitorWrapper.java39 InteractionJankMonitor.CUJ_LAUNCHER_APP_CLOSE_TO_HOME_FALLBACK;
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java271 public static final int CUJ_LAUNCHER_APP_CLOSE_TO_HOME_FALLBACK = 78; field in InteractionJankMonitor
366 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_LAUNCHER_APP_CLOSE_TO_HOME_FALLBACK] = UIINTERACTION_FRAME_INFO…
469 CUJ_LAUNCHER_APP_CLOSE_TO_HOME_FALLBACK,
1083 case CUJ_LAUNCHER_APP_CLOSE_TO_HOME_FALLBACK: in getNameOfCuj()