Effective in 2026, to align with our trunk stable development model and ensure platform stability for the ecosystem, we will publish source code to AOSP in Q2 and Q4. For building and contributing to AOSP, use android-latest-release. The android-latest-release manifest branch will always reference the most recent release pushed to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
ContentBasedHelper
public
class
ContentBasedHelper
extends Object
| java.lang.Object
|
| ↳ |
com.google.android.tradefed.build.content.ContentBasedHelper
|
Helper to obtain all the content information surrounding a build and its base.
Summary
Public constructors
ContentBasedHelper
public ContentBasedHelper ()
Public methods
analyzeExtraDownloads
public static void analyzeExtraDownloads (SkipManager skipManager,
ITestDevice device,
MultiMap<String, File> extraTargetDownloads)
Analyze extra target downloads to ensure we handle all the test dependencies.
| Parameters |
skipManager |
SkipManager: SkipManager |
device |
ITestDevice |
getContentInformation
public static ContentInformation getContentInformation (RemoteBuildInfo info,
String branch,
String buildFlavor,
String buildId)
Fetch all the pieces necessary to obtain content information relevant to a build compared to
its base.
| Parameters |
info |
RemoteBuildInfo |
branch |
String |
buildFlavor |
String |
buildId |
String |
hasCasDetails
public static boolean hasCasDetails (RemoteBuildInfo info)
Help checking whether we have the details to analyze.
| Parameters |
info |
RemoteBuildInfo |
hasHostPackageArgs
public static boolean hasHostPackageArgs (TestDeviceOptions options)
| Parameters |
options |
TestDeviceOptions |
obtainCloudParameters
public static ContentAnalysisContext obtainCloudParameters (String branch,
TestDeviceOptions options)
Handle the content analysis of embedded cloud parameters.
| Parameters |
branch |
String |
options |
TestDeviceOptions |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-22 UTC.
[null,null,["Last updated 2026-06-22 UTC."],[],[]]