Skip to content
Snippets Groups Projects
Commit b56086be authored by Oliver Scott's avatar Oliver Scott Committed by Dhina17
Browse files

fixup! frameworks: Add support for advanced restart options

Change-Id: Icb7bcf9379d68dfa71691b50141d76b4fabcac0d
parent 86d55437
No related branches found
No related tags found
No related merge requests found
......@@ -366,10 +366,10 @@ public class GlobalActionsDialogLiteTest extends SysuiTestCase {
doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any());
doReturn(false).when(mKeyguardStateController).isShowing();
String[] actions = {
GlobalActionsDialogLite.GLOBAL_ACTION_KEY_EMERGENCY,
GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN,
GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER,
GlobalActionsDialogLite.GLOBAL_ACTION_KEY_RESTART,
GLOBAL_ACTION_KEY_EMERGENCY,
GLOBAL_ACTION_KEY_LOCKDOWN,
GLOBAL_ACTION_KEY_POWER,
GLOBAL_ACTION_KEY_RESTART,
};
doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions();
GlobalActionsDialogLite.ActionsDialogLite dialog = mGlobalActionsDialogLite.createDialog();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment