Searched refs:v31SignerConfigs (Results 1 – 1 of 1) sorted by relevance
445 List<ApkSigningBlockUtils.SignerConfig> v31SignerConfigs = new ArrayList<>(); in processV31SignerConfigs() local458 v31SignerConfigs.add(signerConfig); in processV31SignerConfigs()462 return v31SignerConfigs; in processV31SignerConfigs()1080 List<ApkSigningBlockUtils.SignerConfig> v31SignerConfigs = processV31SignerConfigs( in outputZipSectionsInternal() local1082 if (v31SignerConfigs != null && v31SignerConfigs.size() > 0) { in outputZipSectionsInternal()1086 v31SignerConfigs) in outputZipSectionsInternal()1097 if (v31SignerConfigs != null && !v31SignerConfigs.isEmpty()) { in outputZipSectionsInternal()1100 int minSdkVersionForV31 = v31SignerConfigs.stream().mapToInt( in outputZipSectionsInternal()