Home
last modified time | relevance | path

Searched refs:ShutDownAction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java495 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java609 ShutDownAction shutdownAction = new ShutDownAction(); in createActionItems()
822 final class ShutDownAction extends SinglePressAction implements LongPressAction { class in GlobalActionsDialogLite
823 ShutDownAction() { in ShutDownAction() method in GlobalActionsDialogLite.ShutDownAction