Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java479 CommandResult pushResult = mDevice.executeShellV2Command(pushCommand, fileToPush); in pushFileInternal() local
481 if (isSuccessful(pushResult)) { in pushFileInternal()
487 fileToPush, deviceFilePath, pushResult.getStderr()); in pushFileInternal()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java297 boolean pushResult = in runTests()
306 if (!pushResult) { in runTests()