Searched refs:runShellCommandWithTimeout (Results 1 – 2 of 2) sorted by relevance
41 public static String runShellCommandWithTimeout(@NonNull String command, long timeoutInSecond) in runShellCommandWithTimeout() method in ShellHelper
1264 ShellHelper.runShellCommandWithTimeout("am start-user -w " + userId, in startUserInBackgroundAndWaitForUnlock()1393 final String result = ShellHelper.runShellCommandWithTimeout( in startApp()1476 ShellHelper.runShellCommandWithTimeout("pm remove-user -w " + userId, in removeUser()1544 ShellHelper.runShellCommandWithTimeout( in waitForBroadcastIdle()