Searched refs:ShutDownAction (Results 1 – 2 of 2) sorted by relevance
495 GlobalActionsDialogLite.ShutDownAction.class, in testCreateActionItems_lockdownEnabled_doesShowLockdown()521 GlobalActionsDialogLite.ShutDownAction.class, in testCreateActionItems_lockdownDisabled_doesNotShowLockdown()547 GlobalActionsDialogLite.ShutDownAction.class, in testCreateActionItems_emergencyDisabled_doesNotShowEmergency()563 GlobalActionsDialogLite.ShutDownAction shutDownAction = in testShouldLogShutdownPress()564 mGlobalActionsDialogLite.new ShutDownAction(); in testShouldLogShutdownPress()571 GlobalActionsDialogLite.ShutDownAction shutDownAction = in testShouldLogShutdownLongPress()572 mGlobalActionsDialogLite.new ShutDownAction(); in testShouldLogShutdownLongPress()687 GlobalActionsDialogLite.ShutDownAction.class, in testCreateActionItems_systemUpdateEnabled_doesShowSystemUpdate()
609 ShutDownAction shutdownAction = new ShutDownAction(); in createActionItems()822 final class ShutDownAction extends SinglePressAction implements LongPressAction { class in GlobalActionsDialogLite823 ShutDownAction() { in ShutDownAction() method in GlobalActionsDialogLite.ShutDownAction