Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializerTest.java70 assertThat(roundTrip().getCounterId()).isEqualTo(COUNTER_ID); in roundTrip_persistsCounterId()
75 assertThat(roundTrip().getSnapshotVersion()).isEqualTo(SNAPSHOT_VERSION); in roundTrip_persistsSnapshotVersion()
80 assertThat(roundTrip().getMaxAttempts()).isEqualTo(MAX_ATTEMPTS); in roundTrip_persistsMaxAttempts()
85 assertThat(roundTrip().getEncryptedRecoveryKeyBlob()).isEqualTo(KEY_BLOB); in roundTrip_persistsRecoveryKey()
90 assertThat(roundTrip().getServerParams()).isEqualTo(SERVER_PARAMS); in roundTrip_persistsServerParams()
95 assertThat(roundTrip().getTrustedHardwareCertPath()).isEqualTo(CERT_PATH); in roundTrip_persistsCertPath()
100 assertThat(roundTrip().getKeyChainProtectionParams()).hasSize(1); in roundTrip_persistsParamsList()
216 return roundTrip().getWrappedApplicationKeys(); in roundTripKeys()
221 return roundTrip(withKeyMetadata).getWrappedApplicationKeys(); in roundTripKeys()
225 return roundTrip(/*withKeyMetadata=*/ false).getKeyChainProtectionParams().get(0); in roundTripParams()
[all …]
/frameworks/native/opengl/libs/EGL/
DBlobCache_test.cpp282 void roundTrip() { in roundTrip() function in android::BlobCacheFlattenTest
296 roundTrip(); in TEST_F()
312 roundTrip(); in TEST_F()
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache_test.cpp505 void roundTrip() { in roundTrip() function in android::BlobCacheFlattenTest
531 roundTrip(); in TEST_P()
547 roundTrip(); in TEST_P()