Home
last modified time | relevance | path

Searched refs:getBrand (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java393 assertThat(teeAttestation.getBrand()).isEqualTo(Build.BRAND); in validateBrandAttestationRecord()
395 assertThat(teeAttestation.getBrand()).isAnyOf(Build.BRAND, "htc"); in validateBrandAttestationRecord()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java570 public String getBrand() { in getBrand() method in AuthorizationList
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DHostAtomTests.java538 assertEquals(getProperty("ro.product.brand"), atom.getBrand()); in testBuildInformation()