ImageContentAnalyzer

public class ImageContentAnalyzer
extends Object

java.lang.Object
com.android.tradefed.build.content.ImageContentAnalyzer


기기 이미지 콘텐츠 분석을 위한 분석기

요약

공개 생성자

ImageContentAnalyzer(boolean presubmitMode, List<ContentAnalysisContext> contexts, AnalysisHeuristic analysisLevel)

공개 메서드

ContentAnalysisResults evaluate()
static String getImageDigestKey(ContentAnalysisContext.AnalysisMethod analysisMethod, DeviceImagePartition imagePartition)
static void normalizeDeviceImage(List<ArtifactDetails.ArtifactFileDescriptor> allDescriptors, AnalysisHeuristic analysisLevel)

기기 이미지 기능에 영향을 미치지 않는 파일의 설명자 삭제

공개 생성자

ImageContentAnalyzer

public ImageContentAnalyzer (boolean presubmitMode, 
                List<ContentAnalysisContext> contexts, 
                AnalysisHeuristic analysisLevel)

매개변수
presubmitMode boolean

contexts List

analysisLevel AnalysisHeuristic

공개 메서드

evaluate

public ContentAnalysisResults evaluate ()

반환
ContentAnalysisResults

getImageDigestKey

public static String getImageDigestKey (ContentAnalysisContext.AnalysisMethod analysisMethod, 
                DeviceImagePartition imagePartition)

매개변수
analysisMethod ContentAnalysisContext.AnalysisMethod

imagePartition DeviceImagePartition

반환
String

normalizeDeviceImage

public static void normalizeDeviceImage (List<ArtifactDetails.ArtifactFileDescriptor> allDescriptors, 
                AnalysisHeuristic analysisLevel)

기기 이미지 기능에 영향을 미치지 않는 파일의 설명자 삭제

매개변수
allDescriptors List

analysisLevel AnalysisHeuristic