Home
last modified time | relevance | path

Searched refs:CUJ_SHADE_DIALOG_OPEN (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java91 public static final int CUJ_SHADE_DIALOG_OPEN = 58; field in Cuj
203 CUJ_SHADE_DIALOG_OPEN,
308 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_SHADE_DIALOG_OPEN] = FrameworkStatsLog.UIINTERACTION_FRAME_INFO…
474 case CUJ_SHADE_DIALOG_OPEN: in getNameOfCuj()
DInteractionJankMonitor.java157 @Deprecated public static final int CUJ_SHADE_DIALOG_OPEN = Cuj.CUJ_SHADE_DIALOG_OPEN; field in InteractionJankMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputActionsInteractor.kt50 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in dialogController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRecordIssueTile.kt29 import com.android.internal.jank.InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN
166 .dialogTransitionController(DialogCuj(CUJ_SHADE_DIALOG_OPEN, TILE_SPEC)) in showPrompt()
DFontScalingTile.kt88 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in handleClick()
DDataSaverTile.java119 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in handleClick()
DScreenRecordTile.java199 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showPrompt()
DDndTile.java189 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in enableZenMode()
DCastTile.java247 new DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogManager.kt72 DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG) in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputDialogManager.kt64 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in createAndShow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogManager.java99 new DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingTileUserActionInteractor.kt65 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in handleInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/saver/domain/interactor/
DDataSaverTileUserActionInteractor.kt91 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/
DUserSwitchDialogController.kt101 DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileUserActionInteractor.kt116 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt205 cuj = DialogCuj(Cuj.CUJ_SHADE_DIALOG_OPEN) in testCujSpecificationLogsInteraction()
210 verify(kosmos.interactionJankMonitor).end(Cuj.CUJ_SHADE_DIALOG_OPEN) in testCujSpecificationLogsInteraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt182 DialogCuj(Cuj.CUJ_SHADE_DIALOG_OPEN, MediaOutputDialogManager.INTERACTION_JANK_TAG) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt101 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DFgsManagerController.kt410 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showDialog()
DQSSecurityFooterUtils.java461 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG)) in createDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java711 new DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showStartSaverConfirmation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java539 new DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in handleShow()