Searched refs:GlobalActionsEvent (Results 1 – 4 of 4) sorted by relevance
214 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 …]
267 public enum GlobalActionsEvent implements UiEventLogger.UiEventEnum { enum in GlobalActionsDialogLite330 GlobalActionsEvent(int id) { in GlobalActionsEvent() method in GlobalActionsDialogLite.GlobalActionsEvent835 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 …]
90 .containsExactly(GlobalActionsDialogLite.GlobalActionsEvent.GA_OPEN_QS.id) in showPowerMenuDialog()
155 uiEventLogger.log(GlobalActionsDialogLite.GlobalActionsEvent.GA_OPEN_QS) in showPowerMenuDialog()