Searched refs:executeShellCommandOrThrow (Results 1 – 2 of 2) sorted by relevance
164 executeShellCommandOrThrow(device, "stop", "Failed to stop framework"); in stopFramework()176 executeShellCommandOrThrow(device, "start", "Failed to start framework"); in startFramework()181 private static CommandResult executeShellCommandOrThrow( in executeShellCommandOrThrow() method in SystemPackageUninstaller208 executeShellCommandOrThrow( in remountSystemReadOnly()222 executeShellCommandOrThrow( in removePackageInstallDirectory()269 executeShellCommandOrThrow( in isPackageInstalled()287 executeShellCommandOrThrow( in getPackageInstallDirectory()
598 executeShellCommandOrThrow( in isPackageInstalled()612 private CommandResult executeShellCommandOrThrow(String command, String failureMessage) in executeShellCommandOrThrow() method