Searched refs:getSourceStampInfo (Results 1 – 6 of 6) sorted by relevance
425 0, verificationResult.getSourceStampInfo().getTimestampEpochSeconds()); in verifySourceStamp_noTimestamp_returnsDefaultValue()436 … assertEquals(1644886584, verificationResult.getSourceStampInfo().getTimestampEpochSeconds()); in verifySourceStamp_validTimestamp_returnsExpectedValue()450 verificationResult.getSourceStampInfo().getTimestampEpochSeconds()); in verifySourceStamp_validTimestampLargerBuffer_returnsExpectedValue()524 assertTrue(verificationResult.getSourceStampInfo().containsInfoMessages()); in verifySourceStamp_unknownAttribute_verificationSucceeds()525 assertTrue(verificationResult.getSourceStampInfo().getInfoMessages().stream().anyMatch( in verifySourceStamp_unknownAttribute_verificationSucceeds()539 assertTrue(verificationResult.getSourceStampInfo().containsInfoMessages()); in verifySourceStamp_unknownSigAlgorithm_verificationSucceeds()540 assertTrue(verificationResult.getSourceStampInfo().getInfoMessages().stream().anyMatch( in verifySourceStamp_unknownSigAlgorithm_verificationSucceeds()643 assertTrue(result.getSourceStampInfo().containsInfoMessages()); in assertExpectedInfoMessage()644 assertTrue(result.getSourceStampInfo().getInfoMessages().stream().anyMatch( in assertExpectedInfoMessage()751 result.getSourceStampInfo().getCertificatesInLineage(); in assertSigningCertificatesInLineage()
1577 0, verificationResult.getSourceStampInfo().getTimestampEpochSeconds()); in verifySourceStamp_noTimestamp_returnsDefaultValue()1589 … assertEquals(1644886584, verificationResult.getSourceStampInfo().getTimestampEpochSeconds()); in verifySourceStamp_validTimestamp_returnsExpectedValue()1605 verificationResult.getSourceStampInfo().getTimestampEpochSeconds()); in verifySourceStamp_validTimestampLargerBuffer_returnsExpectedValue()2268 ApkVerifier.Result.SourceStampInfo signer = result.getSourceStampInfo(); in assertSourceStampVerificationFailure()2297 result.getSourceStampInfo().getSourceStampVerificationStatus()); in assertSourceStampVerificationStatus()
3461 long timestamp = result.getSourceStampInfo().getTimestampEpochSeconds(); in testSourceStampTimestamp_signWithSourceStampAndTimestampDefault_validTimestampValue()3487 long timestamp = result.getSourceStampInfo().getTimestampEpochSeconds(); in testSourceStampTimestamp_signWithSourceStampAndTimestampEnabled_validTimestampValue()3516 long timestamp = result.getSourceStampInfo().getTimestampEpochSeconds(); in testSourceStampTimestamp_signWithSourceStampAndTimestampDisabled_defaultTimestampValue()
657 public SourceStampInfo getSourceStampInfo() { in getSourceStampInfo() method in SourceStampVerifier.Result
1414 public SourceStampInfo getSourceStampInfo() { in getSourceStampInfo() method in ApkVerifier.Result
623 ApkVerifier.Result.SourceStampInfo sourceStampInfo = result.getSourceStampInfo(); in verify()