BrightnessSetupConfigUtil

public class BrightnessSetupConfigUtil
extends Object

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


A utility class that loads BrightnessSetupConfig from classpath and provides access to the methods.

Summary

Public constructors

BrightnessSetupConfigUtil()

Public methods

static Integer getBrightnessFor100Lux(String product)

Method to return the 100 LUX brightness for the given product.

static Integer getBrightnessFor200Nits(String product)

Method to return the 200 NITS brightness for the given product.

Public constructors

BrightnessSetupConfigUtil

public BrightnessSetupConfigUtil ()

Public methods

getBrightnessFor100Lux

public static Integer getBrightnessFor100Lux (String product)

Method to return the 100 LUX brightness for the given product.

Parameters
product String

Returns
Integer

getBrightnessFor200Nits

public static Integer getBrightnessFor200Nits (String product)

Method to return the 200 NITS brightness for the given product.

Parameters
product String

Returns
Integer