Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DRestartAction.java26 public final class RestartAction extends SinglePressAction implements LongPressAction { class
30 public RestartAction(Context context, in RestartAction() method in RestartAction
DLegacyGlobalActions.java307 mItems.add(new RestartAction(mContext, mWindowManagerFuncs)); in createDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java496 GlobalActionsDialogLite.RestartAction.class); in testCreateActionItems_lockdownEnabled_doesShowLockdown()
522 GlobalActionsDialogLite.RestartAction.class); in testCreateActionItems_lockdownDisabled_doesNotShowLockdown()
548 GlobalActionsDialogLite.RestartAction.class); in testCreateActionItems_emergencyDisabled_doesNotShowEmergency()
579 GlobalActionsDialogLite.RestartAction restartAction = in testShouldLogRebootPress()
580 mGlobalActionsDialogLite.new RestartAction(); in testShouldLogRebootPress()
587 GlobalActionsDialogLite.RestartAction restartAction = in testShouldLogRebootLongPress()
588 mGlobalActionsDialogLite.new RestartAction(); in testShouldLogRebootLongPress()
688 GlobalActionsDialogLite.RestartAction.class, in testCreateActionItems_systemUpdateEnabled_doesShowSystemUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java610 RestartAction restartAction = new RestartAction(); in createActionItems()
964 final class RestartAction extends SinglePressAction implements LongPressAction { class in GlobalActionsDialogLite
965 RestartAction() { in RestartAction() method in GlobalActionsDialogLite.RestartAction