Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java662 assertEquals(Build.BRAND, keyDetailsList.getBrand()); in checkAttestationDeviceProperties()
668 assertNull(keyDetailsList.getBrand()); in checkAttestationDeviceProperties()
674 assertNull(nonKeyDetailsList.getBrand()); in checkAttestationDeviceProperties()
/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()