Searched refs:RestartAction (Results 1 – 4 of 4) sorted by relevance
26 public final class RestartAction extends SinglePressAction implements LongPressAction { class30 public RestartAction(Context context, in RestartAction() method in RestartAction
307 mItems.add(new RestartAction(mContext, mWindowManagerFuncs)); in createDialog()
496 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()
610 RestartAction restartAction = new RestartAction(); in createActionItems()964 final class RestartAction extends SinglePressAction implements LongPressAction { class in GlobalActionsDialogLite965 RestartAction() { in RestartAction() method in GlobalActionsDialogLite.RestartAction