Home
last modified time | relevance | path

Searched refs:INTERACTION_JANK_TAG (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogFactory.kt50 private const val INTERACTION_JANK_TAG = "internet"
79 INTERACTION_JANK_TAG
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputDialogFactory.kt58 private const val INTERACTION_JANK_TAG = "media_output"
83 INTERACTION_JANK_TAG
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/
H A DUserSwitchDialogController.kt73 private const val INTERACTION_JANK_TAG = "switch_user"
118 DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DFontScalingTile.kt111 DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG)
144 private const val INTERACTION_JANK_TAG = "font_scaling"
H A DDataSaverTile.java54 private static final String INTERACTION_JANK_TAG = "start_data_saver"; field in DataSaverTile
115 INTERACTION_JANK_TAG)); in handleClick()
H A DScreenRecordTile.java63 private static final String INTERACTION_JANK_TAG = "screen_record"; field in ScreenRecordTile
189 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG)); in showPrompt()
H A DDndTile.java80 private static final String INTERACTION_JANK_TAG = "start_zen_mode"; field in DndTile
189 INTERACTION_JANK_TAG), in enableZenMode()
H A DCastTile.java78 private static final String INTERACTION_JANK_TAG = TILE_SPEC; field in CastTile
244 INTERACTION_JANK_TAG)); in showDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFgsManagerController.kt155 private const val INTERACTION_JANK_TAG = "active_background_apps"
410 INTERACTION_JANK_TAG,
H A DQSSecurityFooterUtils.java105 private static final String INTERACTION_JANK_TAG = "managed_device_info"; field in QSSecurityFooterUtils
461 InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG)) in createDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java104 private static final String INTERACTION_JANK_TAG = "start_power_saver"; field in PowerNotificationWarnings
713 INTERACTION_JANK_TAG)); in showStartSaverConfirmation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java167 private static final String INTERACTION_JANK_TAG = "global_actions"; field in GlobalActionsDialogLite
528 INTERACTION_JANK_TAG)) : null; in handleShow()