Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
H A DUserSwitcherDialogCoordinator.kt88 InteractionJankMonitor.CUJ_USER_DIALOG_OPEN,
113 InteractionJankMonitor.CUJ_USER_DIALOG_OPEN,
128 InteractionJankMonitor.CUJ_USER_DIALOG_OPEN,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt205 dialog, firstDialog, cuj = DialogCuj(InteractionJankMonitor.CUJ_USER_DIALOG_OPEN))
209 verify(interactionJankMonitor).end(InteractionJankMonitor.CUJ_USER_DIALOG_OPEN)
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java252 public static final int CUJ_USER_DIALOG_OPEN = 59; field in InteractionJankMonitor
346 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_USER_DIALOG_OPEN] = UIINTERACTION_FRAME_INFO_REPORTED__INTERACT…
457 CUJ_USER_DIALOG_OPEN,
1059 case CUJ_USER_DIALOG_OPEN: in getNameOfCuj()