Searched defs:appInstallMetadata (Results 1 – 7 of 7) sorted by relevance
40 AppInstallMetadata appInstallMetadata = getAppInstallMetadataBuilder() in testFormulaMatches_installerAndCertBothInManifest() local53 AppInstallMetadata appInstallMetadata = getAppInstallMetadataBuilder() in testFormulaMatches_installerAndCertDoesNotMatchInManifest() local66 AppInstallMetadata appInstallMetadata = getAppInstallMetadataBuilder() in testFormulaMatches_installerNotInManifest() local79 AppInstallMetadata appInstallMetadata = getAppInstallMetadataBuilder() in testFormulaMatches_certificateDoesNotMatchManifest() local92 AppInstallMetadata appInstallMetadata = getAppInstallMetadataBuilder() in testFormulaMatches_emptyManifest() local102 AppInstallMetadata appInstallMetadata = getAppInstallMetadataBuilder() in testFormulaMatches_certificateNotSpecifiedInManifest() local
102 AppInstallMetadata appInstallMetadata = in testFormulaMatches_notFalse_true() local114 AppInstallMetadata appInstallMetadata = in testFormulaMatches_notTrue_false() local129 AppInstallMetadata appInstallMetadata = in testFormulaMatches_trueAndTrue_true() local143 AppInstallMetadata appInstallMetadata = in testFormulaMatches_trueAndFalse_false() local156 AppInstallMetadata appInstallMetadata = in testFormulaMatches_falseAndTrue_false() local169 AppInstallMetadata appInstallMetadata = in testFormulaMatches_falseAndFalse_false() local182 AppInstallMetadata appInstallMetadata = in testFormulaMatches_trueOrTrue_true() local195 AppInstallMetadata appInstallMetadata = in testFormulaMatches_trueOrFalse_true() local208 AppInstallMetadata appInstallMetadata = in testFormulaMatches_falseOrTrue_true() local221 AppInstallMetadata appInstallMetadata = in testFormulaMatches_falseOrFalse_false() local
252 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_packageNameFormula_true() local264 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_packageNameFormula_false() local275 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_multipleAppCertificates_true() local289 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_multipleAppCertificates_false() local303 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_multipleAppCertificateLineage_true() local317 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_multipleAppCertificateLineage_false() local331 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_multipleInstallerCertificates_true() local346 AppInstallMetadata appInstallMetadata = in testFormulaMatches_string_multipleInstallerCertificates_false() local428 AppInstallMetadata appInstallMetadata = in testFormulaMatches_long_eq_true() local439 AppInstallMetadata appInstallMetadata = in testFormulaMatches_long_eq_false() local[all …]
62 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches()86 AppInstallMetadata appInstallMetadata, in installerInAllowedInstallersFromManifest()
211 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches()300 private static long getLongMetadataValue(AppInstallMetadata appInstallMetadata, int key) { in getLongMetadataValue()417 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches()488 AppInstallMetadata appInstallMetadata, int key) { in getMetadataValue()592 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches()658 AppInstallMetadata appInstallMetadata, int key) { in getBooleanMetadataValue()
119 public boolean matches(AppInstallMetadata appInstallMetadata) { in matches()
189 public abstract boolean matches(AppInstallMetadata appInstallMetadata); in matches()