Searched refs:SandboxOptions (Results 1 – 4 of 4) sorted by relevance
73 .andStubReturn(new SandboxOptions()); in setUp()203 SandboxOptions options = new SandboxOptions(); in testSandboxOptions()229 SandboxOptions options = new SandboxOptions(); in testSandboxOptions_exclusion()
181 SandboxOptions options = in getTradefedSandboxEnvironment()182 (SandboxOptions) in getTradefedSandboxEnvironment()190 SandboxOptions.TF_LOCATION, SandboxOptions.SANDBOX_BUILD_ID)); in getTradefedSandboxEnvironment()
25 public final class SandboxOptions { class
34 import com.android.tradefed.sandbox.SandboxOptions;171 sObjTypeMap.put(SANBOX_OPTIONS_TYPE_NAME, new ObjTypeInfo(SandboxOptions.class, false)); in getObjTypeMap()225 setConfigurationObjectNoThrow(SANBOX_OPTIONS_TYPE_NAME, new SandboxOptions()); in Configuration()