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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest7.java50 private List<String> callShellCommand(String... args) throws IOException, RemoteException { method in class:ShortcutManagerTest7
85 () -> callShellCommand("reset-config"));
89 () -> callShellCommand("reset-config"));
98 assertSuccess(callShellCommand("reset-config"));
107 assertSuccess(callShellCommand("reset-config"));
116 assertSuccess(callShellCommand("override-config",
133 assertSuccess(callShellCommand("reset-throttling"));
158 callShellCommand("reset-throttling", "--user", "10"),
185 assertSuccess(callShellCommand("reset-throttling", "--user", "10"));
206 assertSuccess(callShellCommand("rese
[all...]

Completed in 57 milliseconds