BrightnessSetupConfigUtil

public class BrightnessSetupConfigUtil
extends Object

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


一种实用程序类,用于从类路径加载 BrightnessSetupConfig 并提供对 方法的访问权限。

摘要

公共构造函数

BrightnessSetupConfigUtil()

公共方法

static Integer getBrightnessFor100Lux(String product)

用于返回给定产品的 100 LUX 亮度的方法。

static Integer getBrightnessFor200Nits(String product)

用于返回给定产品的 200 NITS 亮度的方法。

公共构造函数

BrightnessSetupConfigUtil

public BrightnessSetupConfigUtil ()

公共方法

getBrightnessFor100Lux

public static Integer getBrightnessFor100Lux (String product)

用于返回给定产品的 100 LUX 亮度的方法。

参数
product String

返回
Integer

getBrightnessFor200Nits

public static Integer getBrightnessFor200Nits (String product)

用于返回给定产品的 200 NITS 亮度的方法。

参数
product String

返回值
Integer