Home
last modified time | relevance | path

Searched defs:brand (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterBuildInfoTest.java34 String brand = "google"; in testOverrideBuildProperties() local
46 assertEquals(invocationInfo.get(ResultReporter.BUILD_BRAND), brand); in testOverrideBuildProperties() local
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DDevicePropertyInfo.java63 String brand, in DevicePropertyInfo()