Searched refs:SandboxOptions (Results 1 – 5 of 5) sorted by relevance
40 import com.android.tradefed.sandbox.SandboxOptions;79 CLog.d("Using %s to run in the parent setup.", SandboxOptions.PARENT_PREPARER_CONFIG); in doSetup()97 CLog.d("Using %s to run in the parent tear down.", SandboxOptions.PARENT_PREPARER_CONFIG); in doTeardown()107 CLog.d("Using %s to run in the parent clean up.", SandboxOptions.PARENT_PREPARER_CONFIG); in doCleanUp()179 SandboxOptions options = in getParentTargetConfig()180 (SandboxOptions) in getParentTargetConfig()191 SandboxOptions.PARENT_PREPARER_CONFIG, e.getMessage()); in getParentTargetConfig()
47 import com.android.tradefed.sandbox.SandboxOptions;72 private SandboxOptions mOptions;117 mOptions = new SandboxOptions(); in setUp()134 setter.setOptionValue(SandboxOptions.PARENT_PREPARER_CONFIG, "parent-config"); in testParentConfig()156 setter.setOptionValue(SandboxOptions.PARENT_PREPARER_CONFIG, "parent-config"); in testParentConfig_errorStage()183 setter.setOptionValue(SandboxOptions.PARENT_PREPARER_CONFIG, "parent-config"); in testParentConfig_exception()
76 .andStubReturn(new SandboxOptions()); in setUp()266 SandboxOptions options = new SandboxOptions(); in testSandboxOptions()292 SandboxOptions options = new SandboxOptions(); in testSandboxOptions_exclusion()
166 private SandboxOptions getSandboxOptions(IConfiguration config) { in getSandboxOptions()167 return (SandboxOptions) in getSandboxOptions()
29 public final class SandboxOptions { class