Searched refs:thirdSigner (Results 1 – 2 of 2) sorted by relevance
581 SignerConfig thirdSigner = getSignerConfigFromResources( in testLineageFromAPKContainsExpectedSigners() local583 List<SignerConfig> expectedSigners = Arrays.asList(firstSigner, secondSigner, thirdSigner); in testLineageFromAPKContainsExpectedSigners()
1436 ApkSigner.SignerConfig thirdSigner = in testSigningWithLineageRequiresOldestSignerForV1AndV2() local1442 List<ApkSigner.SignerConfig> signers = Collections.singletonList(thirdSigner); in testSigningWithLineageRequiresOldestSignerForV1AndV2()1485 signers = Arrays.asList(secondSigner, thirdSigner); in testSigningWithLineageRequiresOldestSignerForV1AndV2()1502 signers = Arrays.asList(firstSigner, thirdSigner); in testSigningWithLineageRequiresOldestSignerForV1AndV2()