Home
last modified time | relevance | path

Searched refs:manufacturer (Results 1 – 5 of 5) sorted by relevance

/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java85 String manufacturer = (String) properties.get( in findEchoDevice() local
88 if (TEST_MANUFACTURER.equals(manufacturer)) { in findEchoDevice()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java206 private String manufacturer; field in AuthorizationList
324 manufacturer = getStringFromAsn1Value(value); in AuthorizationList()
448 manufacturer = CborUtils.getString(submodMap, key); in AuthorizationList()
728 return manufacturer; in getManufacturer()
/cts/tools/release-parser/tests/resources/
Dbuild.prop34 ro.product.manufacturer=Google
Dbuild.prop.pb.txt14 key: "ro.product.manufacturer"
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto41 optional string manufacturer = 10; field