BrightnessSetupConfigUtil

public class BrightnessSetupConfigUtil
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.BrightnessSetupConfigUtil


클래스 경로에서 BrightnessSetupConfig를 로드하고 메서드에 대한 액세스를 제공하는 유틸리티 클래스입니다.

요약

공개 생성자

BrightnessSetupConfigUtil()

공개 메서드

static Integer getBrightnessFor100Lux(String product)

주어진 제품의 100LUX 밝기를 반환하는 메서드

static Integer getBrightnessFor200Nits(String product)

지정된 제품의 200니트 밝기를 반환하는 메서드

공개 생성자

BrightnessSetupConfigUtil

public BrightnessSetupConfigUtil ()

공개 메서드

getBrightnessFor100Lux

public static Integer getBrightnessFor100Lux (String product)

지정된 제품의 100LUX 밝기를 반환하는 메서드

매개변수
product String

반환
Integer

getBrightnessFor200Nits

public static Integer getBrightnessFor200Nits (String product)

지정된 제품의 200니트 밝기를 반환하는 메서드

매개변수
product String

반환 값
Integer