Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstallApkSetup.java147 public void setThrowIfInstallFail(boolean throwIfInstallFail) { in setThrowIfInstallFail() method in InstallApkSetup
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallApkSetupTest.java149 mInstallApkSetup.setThrowIfInstallFail(true); in testInstallFailureThrow()