OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_BOARD
(Results
1 - 6
of
6
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
53
public static final String
BUILD_BOARD
= "
build_board
";
DeviceInfoInstrument.java
63
addResult(
BUILD_BOARD
, Build.BOARD);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java
238
DeviceInfoConstants.BUILD_MANUFACTURER, DeviceInfoConstants.
BUILD_BOARD
,
DeviceInfoResult.java
307
DeviceInfoConstants.BUILD_MANUFACTURER, DeviceInfoConstants.
BUILD_BOARD
,
/cts/tools/host/src/com/android/cts/
TestDevice.java
483
mInfoMap.put(
BUILD_BOARD
, buildBoard);
609
return mInfoMap.get(
BUILD_BOARD
);
[
all
...]
TestSessionLog.java
345
DeviceParameterCollector.
BUILD_BOARD
, bldInfo.getBuildBoard());
Completed in 64 milliseconds