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.java799 assertEquals(Build.BRAND, keyDetailsList.getBrand()); in checkAttestationDeviceProperties()
805 assertNull(keyDetailsList.getBrand()); in checkAttestationDeviceProperties()
811 assertNull(nonKeyDetailsList.getBrand()); in checkAttestationDeviceProperties()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java703 public String getBrand() { in getBrand() method in AuthorizationList
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java521 atom.getBrand()); in testBuildInformation()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java397 assertThat(teeAttestation.getBrand()).isEqualTo(Build.BRAND); in validateDeviceIdAttestationData()