OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_BRAND
(Results
1 - 6
of
6
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
51
public static final String
BUILD_BRAND
= "
build_brand
";
DeviceInfoInstrument.java
65
addResult(
BUILD_BRAND
, Build.BRAND);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java
237
DeviceInfoConstants.BUILD_MODEL, DeviceInfoConstants.
BUILD_BRAND
,
DeviceInfoResult.java
306
DeviceInfoConstants.BUILD_MODEL, DeviceInfoConstants.
BUILD_BRAND
,
/cts/tools/host/src/com/android/cts/
TestDevice.java
474
mInfoMap.put(
BUILD_BRAND
, buildBrand);
600
return mInfoMap.get(
BUILD_BRAND
);
[
all
...]
TestSessionLog.java
343
DeviceParameterCollector.
BUILD_BRAND
, bldInfo.getBuildBrand());
Completed in 66 milliseconds