Home
last modified time | relevance | path

Searched refs:fetchBuild (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java48 public boolean fetchBuild( in fetchBuild() method in ParentSandboxInvocationExecution
61 return super.fetchBuild(context, config, rescheduler, listener); in fetchBuild()
DSandboxedInvocationExecution.java39 public boolean fetchBuild( in fetchBuild() method in SandboxedInvocationExecution
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java179 assertTrue(mParentSandbox.fetchBuild(mContext, mConfig, null, null)); in testParentSandbox_testMode()
195 mParentSandbox.fetchBuild(mContext, mConfig, null, null); in testParentSandbox_NotTestMode()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxedInvocationExecutionTest.java57 mExecution.fetchBuild(mContext, mConfig, null, null); in testBuildInfo_testTag()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java48 public default boolean fetchBuild( in fetchBuild() method
DRemoteInvocationExecution.java95 public boolean fetchBuild( in fetchBuild() method in RemoteInvocationExecution
DInvocationExecution.java84 public boolean fetchBuild( in fetchBuild() method in InvocationExecution
DTestInvocation.java584 res = invocationPath.fetchBuild(context, config, rescheduler, listener); in invokeFetchBuild()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DRemoteInvocationExecutionTest.java79 boolean fetched = mRemoteInvocation.fetchBuild(mContext, mConfiguration, null, null); in testFetchBuild()
DInvocationExecutionTest.java427 assertTrue(mExec.fetchBuild(mContext, mConfig, null, mMockListener)); in testFetchBuild_createSharedFolder()