Searched refs:thirdSigner (Results 1 – 2 of 2) sorted by relevance
726 ApkSigner.SignerConfig thirdSigner = getDefaultSignerConfigFromResources( in testSigningWithLineageRequiresOldestSignerForV1AndV2() local732 List<ApkSigner.SignerConfig> signers = Collections.singletonList(thirdSigner); in testSigningWithLineageRequiresOldestSignerForV1AndV2()764 signers = Arrays.asList(secondSigner, thirdSigner); in testSigningWithLineageRequiresOldestSignerForV1AndV2()777 signers = Arrays.asList(firstSigner, thirdSigner); in testSigningWithLineageRequiresOldestSignerForV1AndV2()
365 SignerConfig thirdSigner = getSignerConfigFromResources( in testLineageFromAPKContainsExpectedSigners() local367 List<SignerConfig> expectedSigners = Arrays.asList(firstSigner, secondSigner, thirdSigner); in testLineageFromAPKContainsExpectedSigners()