Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java48 public static final int CUJ_NOTIFICATION_REMOVE = 15; field in Cuj
160 CUJ_NOTIFICATION_REMOVE,
265 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_REMOVE] = FrameworkStatsLog.UIINTERACTION_FRAME_IN…
388 case CUJ_NOTIFICATION_REMOVE: in getNameOfCuj()
DInteractionJankMonitor.java123 @Deprecated public static final int CUJ_NOTIFICATION_REMOVE = Cuj.CUJ_NOTIFICATION_REMOVE; field in InteractionJankMonitor
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DCujTest.java61 put(Cuj.CUJ_NOTIFICATION_REMOVE, getEnumName("SHADE_NOTIFICATION_REMOVE"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java512 : InteractionJankMonitor.CUJ_NOTIFICATION_REMOVE; in getCujType()