OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_MODEL
(Results
1 - 4
of
4
) sorted by null
/cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java
32
public static final String
BUILD_MODEL
= "buildModel";
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
59
public static final String
BUILD_MODEL
= "
build_model
";
DeviceInfoInstrument.java
71
addResult(
BUILD_MODEL
, Build.MODEL);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
357
DeviceInfoConstants.
BUILD_MODEL
, DeviceInfoConstants.BUILD_BRAND,
Completed in 36 milliseconds