Searched refs:allowedInstallersAndCertificates (Results 1 – 2 of 2) sorted by relevance
63 Map<String, String> allowedInstallersAndCertificates = in matches() local65 return allowedInstallersAndCertificates.isEmpty() in matches()67 appInstallMetadata, allowedInstallersAndCertificates); in matches()82 Map<String, String> allowedInstallersAndCertificates) { in installerInAllowedInstallersFromManifest() argument85 if (!allowedInstallersAndCertificates.containsKey(installerPackage)) { in installerInAllowedInstallersFromManifest()90 if (!allowedInstallersAndCertificates.get(installerPackage) in installerInAllowedInstallersFromManifest()94 allowedInstallersAndCertificates in installerInAllowedInstallersFromManifest()
164 @NonNull Map<String, String> allowedInstallersAndCertificates) { in setAllowedInstallersAndCert() argument165 this.mAllowedInstallersAndCertificates = allowedInstallersAndCertificates; in setAllowedInstallersAndCert()