Searched refs:roundTrip (Results 1 – 3 of 3) sorted by relevance
70 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 …]
282 void roundTrip() { in roundTrip() function in android::BlobCacheFlattenTest296 roundTrip(); in TEST_F()312 roundTrip(); in TEST_F()
505 void roundTrip() { in roundTrip() function in android::BlobCacheFlattenTest531 roundTrip(); in TEST_P()547 roundTrip(); in TEST_P()