Searched refs:RestartAction (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java303 mItems.add(new RestartAction());
379 private final class RestartAction extends SinglePressAction implements LongPressAction { class in class:GlobalActionsDialog
380 private RestartAction() { method in class:GlobalActionsDialog.RestartAction
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java304 mItems.add(new RestartAction());
380 private final class RestartAction extends SinglePressAction implements LongPressAction { class in class:LegacyGlobalActions
381 private RestartAction() { method in class:LegacyGlobalActions.RestartAction

Completed in 341 milliseconds