Searched refs:CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
D | InteractionJankMonitorTest.java | 99 assertThat(monitor.begin(mView, Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isTrue(); in testBeginEnd() 101 assertThat(monitor.end(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isTrue(); in testBeginEnd() 115 assertThat(monitor.begin(mView, Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testDisabledThroughDeviceConfig() 116 assertThat(monitor.end(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testDisabledThroughDeviceConfig() 126 assertThat(monitor.begin(view, Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testCheckInitState() 127 assertThat(monitor.end(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testCheckInitState() 139 assertThat(monitor.begin(mView, Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isTrue(); in testBeginTimeout() 145 verify(monitor).cancel(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, REASON_CANCEL_TIMEOUT); in testBeginTimeout() 151 final int cujType = Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; in testSessionNameLengthLimit()
|
D | FrameTrackerTest.java | 25 import static com.android.internal.jank.Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; 136 : Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)); in spyFrameTracker() 177 eq(Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)), in testOnlyFirstWindowFrameOverThreshold() 214 eq(Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)), in testSfJank() 250 eq(Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)), in testFirstFrameJankyNoTrigger() 287 eq(Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)), in testOtherFrameOverThreshold() 327 eq(Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)), in testLastFrameOverThresholdBeforeEnd() 369 eq(Cuj.getStatsdInteractionType(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)), in testNoOvercountingAfterEnd()
|
D | CujTest.java | 62 … put(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, getEnumName("NOTIFICATION_SHADE_SWIPE"));
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | Cuj.java | 34 public static final int CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE = 0; field in Cuj 146 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, 251 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE] = FrameworkStatsLog.UIINTER… 360 case CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE: in getNameOfCuj()
|
D | InteractionJankMonitor.java | 114 …Deprecated public static final int CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE = Cuj.CUJ_NOTIFICATION_S… field in InteractionJankMonitor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 2335 Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, in beginJankMonitoring() 2345 monitor.end(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE); in endJankMonitoring() 2353 monitor.cancel(Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE); in cancelJankMonitoring()
|