Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 4 of 4) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java195 private String brand; field in AuthorizationList
297 brand = getStringFromAsn1Value(value); in AuthorizationList()
571 return brand; in getBrand()
723 if (brand != null) { in toString()
724 s.append("\nBrand: ").append(brand); in toString()
/cts/tools/release-parser/tests/resources/
Dbuild.prop25 ro.product.brand=google
Dbuild.prop.pb.txt78 key: "ro.product.brand"
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto29 optional string brand = 2; field