Home
last modified time | relevance | path

Searched refs:executeShellCommandOrThrow (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java164 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 SystemPackageUninstaller
208 executeShellCommandOrThrow( in remountSystemReadOnly()
222 executeShellCommandOrThrow( in removePackageInstallDirectory()
269 executeShellCommandOrThrow( in isPackageInstalled()
287 executeShellCommandOrThrow( in getPackageInstallDirectory()
DDeviceUtils.java598 executeShellCommandOrThrow( in isPackageInstalled()
612 private CommandResult executeShellCommandOrThrow(String command, String failureMessage) in executeShellCommandOrThrow() method