OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_DEVICE
(Results
1 - 6
of
6
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
54
public static final String
BUILD_DEVICE
= "
build_device
";
DeviceInfoInstrument.java
62
addResult(
BUILD_DEVICE
, Build.DEVICE);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java
239
DeviceInfoConstants.
BUILD_DEVICE
, DeviceInfoConstants.PRODUCT_NAME,
DeviceInfoResult.java
308
DeviceInfoConstants.
BUILD_DEVICE
, DeviceInfoConstants.PRODUCT_NAME,
/cts/tools/host/src/com/android/cts/
TestDevice.java
492
mInfoMap.put(
BUILD_DEVICE
, buildDevice);
618
return mInfoMap.get(
BUILD_DEVICE
);
[
all
...]
TestSessionLog.java
347
DeviceParameterCollector.
BUILD_DEVICE
, bldInfo.getBuildDevice());
Completed in 2069 milliseconds