Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DUserSwitcherDialogCoordinator.kt88 InteractionJankMonitor.CUJ_USER_DIALOG_OPEN, in <lambda>()
113 InteractionJankMonitor.CUJ_USER_DIALOG_OPEN, in <lambda>()
128 InteractionJankMonitor.CUJ_USER_DIALOG_OPEN, in <lambda>()
/frameworks/base/core/java/com/android/internal/jank/
DCuj.java92 public static final int CUJ_USER_DIALOG_OPEN = 59; field in Cuj
204 CUJ_USER_DIALOG_OPEN,
309 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_USER_DIALOG_OPEN] = FrameworkStatsLog.UIINTERACTION_FRAME_INFO_…
476 case CUJ_USER_DIALOG_OPEN: in getNameOfCuj()
DInteractionJankMonitor.java158 @Deprecated public static final int CUJ_USER_DIALOG_OPEN = Cuj.CUJ_USER_DIALOG_OPEN; field in InteractionJankMonitor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt221 cuj = DialogCuj(Cuj.CUJ_USER_DIALOG_OPEN) in testShowFromDialogCujSpecificationLogsInteraction()
226 verify(kosmos.interactionJankMonitor).end(Cuj.CUJ_USER_DIALOG_OPEN) in testShowFromDialogCujSpecificationLogsInteraction()