Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java214 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_POWER_MENU_OPEN); in testShouldLogShow()
221 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_POWER_MENU_CLOSE); in testShouldLogDismiss()
240 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_CLOSE_BACK); in testShouldLogClose_backButton()
296 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_CLOSE_BACK); in testPredictiveBackInvocationDismissesDialog()
317 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_CLOSE_TAP_OUTSIDE); in testSingleTap_logAndDismiss()
340 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_CLOSE_TAP_OUTSIDE); in testSwipeDownLockscreen_logAndOpenQS()
364 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_CLOSE_TAP_OUTSIDE); in testSwipeDown_logAndOpenNotificationShade()
401 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_BUGREPORT_PRESS); in testShouldLogBugreportPress()
409 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_BUGREPORT_LONG_PRESS); in testShouldLogBugreportLongPress()
417 verifyLogPosted(GlobalActionsDialogLite.GlobalActionsEvent.GA_EMERGENCY_DIALER_PRESS); in testShouldLogEmergencyDialerPress()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java267 public enum GlobalActionsEvent implements UiEventLogger.UiEventEnum { enum in GlobalActionsDialogLite
330 GlobalActionsEvent(int id) { in GlobalActionsEvent() method in GlobalActionsDialogLite.GlobalActionsEvent
835 mUiEventLogger.log(GlobalActionsEvent.GA_SHUTDOWN_LONG_PRESS); in onLongPress()
860 mUiEventLogger.log(GlobalActionsEvent.GA_SHUTDOWN_PRESS); in onPress()
942 mUiEventLogger.log(GlobalActionsEvent.GA_EMERGENCY_DIALER_PRESS); in onPress()
976 mUiEventLogger.log(GlobalActionsEvent.GA_REBOOT_LONG_PRESS); in onLongPress()
1001 mUiEventLogger.log(GlobalActionsEvent.GA_REBOOT_PRESS); in onPress()
1023 mUiEventLogger.log(GlobalActionsEvent.GA_SCREENSHOT_PRESS); in onPress()
1082 mUiEventLogger.log(GlobalActionsEvent.GA_BUGREPORT_PRESS); in onPress()
1106 mUiEventLogger.log(GlobalActionsEvent.GA_BUGREPORT_LONG_PRESS); in onLongPress()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt90 .containsExactly(GlobalActionsDialogLite.GlobalActionsEvent.GA_OPEN_QS.id) in showPowerMenuDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt155 uiEventLogger.log(GlobalActionsDialogLite.GlobalActionsEvent.GA_OPEN_QS) in showPowerMenuDialog()