Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt195 jankMonitor.begin(notification, InteractionJankMonitor.CUJ_NOTIFICATION_APP_START)
202 jankMonitor.end(InteractionJankMonitor.CUJ_NOTIFICATION_APP_START)
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DInteractionJankMonitorTest.java24 import static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_APP_START;
113 ENUM_NAME_EXCEPTION_MAP.put(CUJ_NOTIFICATION_APP_START, getEnumName("SHADE_APP_LAUNCH")); in initialize()
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java209 public static final int CUJ_NOTIFICATION_APP_START = 16; field in InteractionJankMonitor
303 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_APP_START] = UIINTERACTION_FRAME_INFO_REPORTED__IN…
414 CUJ_NOTIFICATION_APP_START,
973 case CUJ_NOTIFICATION_APP_START: in getNameOfCuj()