Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt141 InteractionJankMonitor.CUJ_NOTIFICATION_APP_START)
145 InteractionJankMonitor.getInstance().end(InteractionJankMonitor.CUJ_NOTIFICATION_APP_START)
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java156 public static final int CUJ_NOTIFICATION_APP_START = 16; field in InteractionJankMonitor
264 CUJ_NOTIFICATION_APP_START,
645 case CUJ_NOTIFICATION_APP_START: in getNameOfCuj()