Home
last modified time | relevance | path

Searched refs:getTimestampEpochSeconds (Results 1 – 5 of 5) sorted by relevance

/tools/apksig/src/test/java/com/android/apksig/
DSourceStampVerifierTest.java425 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()
DApkVerifierTest.java1577 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()
DApkSignerTest.java3461 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()
/tools/apksig/src/main/java/com/android/apksig/
DSourceStampVerifier.java924 public long getTimestampEpochSeconds() { in getTimestampEpochSeconds() method in SourceStampVerifier.Result.SourceStampInfo
DApkVerifier.java2109 public long getTimestampEpochSeconds() { in getTimestampEpochSeconds() method in ApkVerifier.Result.SourceStampInfo