Home
last modified time | relevance | path

Searched refs:INSTALLER_NAME (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DAtomicFormula.java53 INSTALLER_NAME,
88 public static final int INSTALLER_NAME = 2; field in AtomicFormula
329 || key == INSTALLER_NAME in StringAtomicFormula()
351 || key == INSTALLER_NAME in StringAtomicFormula()
378 || key == INSTALLER_NAME in StringAtomicFormula()
436 return getKey() == INSTALLER_NAME || getKey() == INSTALLER_CERTIFICATE; in isInstallerFormula()
496 case AtomicFormula.INSTALLER_NAME: in getMetadataValue()
512 if (key == PACKAGE_NAME || key == INSTALLER_NAME) { in hashValue()
683 case INSTALLER_NAME: in keyToString()
717 || key == INSTALLER_NAME in isValidKey()
H A DIntegrityFormula.java108 return new StringAtomicFormula(AtomicFormula.INSTALLER_NAME, installerName); in packageNameEquals()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java82 private static final String INSTALLER_NAME = getBits(AtomicFormula.INSTALLER_NAME, KEY_BITS); field in RuleBinarySerializerTest
756 AtomicFormula.INSTALLER_NAME, in getRuleWithPackageNameAndSampleInstallerName()
774 + INSTALLER_NAME in getSerializedCompoundRuleWithPackageNameAndSampleInstallerName()
794 AtomicFormula.INSTALLER_NAME, in getRuleWithAppCertificateAndSampleInstallerName()
812 + INSTALLER_NAME in getSerializedCompoundRuleWithCertificateNameAndSampleInstallerName()
828 AtomicFormula.INSTALLER_NAME, in getNonIndexedRuleWithInstallerName()
844 + INSTALLER_NAME in getSerializedCompoundRuleWithInstallerNameAndInstallerCert()
H A DRuleIndexingDetailsIdentifierTest.java65 AtomicFormula.INSTALLER_NAME,
/aosp14/frameworks/base/core/tests/coretests/src/android/content/integrity/
H A DAtomicFormulaTest.java76 new StringAtomicFormula(AtomicFormula.INSTALLER_NAME, installerName); in testValidAtomicFormula_stringValue_autoHash_installerNameLessThanLimit()
79 assertThat(stringAtomicFormula.getKey()).isEqualTo(AtomicFormula.INSTALLER_NAME); in testValidAtomicFormula_stringValue_autoHash_installerNameLessThanLimit()
88 new StringAtomicFormula(AtomicFormula.INSTALLER_NAME, installerName); in testValidAtomicFormula_stringValue_autoHash_longInstallerName()
90 assertThat(stringAtomicFormula.getKey()).isEqualTo(AtomicFormula.INSTALLER_NAME); in testValidAtomicFormula_stringValue_autoHash_longInstallerName()
407 AtomicFormula.INSTALLER_NAME, in testIsInstallerFormula_string_installerName_true()
H A DIntegrityFormulaTest.java78 assertThat(stringAtomicFormula.getKey()).isEqualTo(AtomicFormula.INSTALLER_NAME); in createEqualsFormula_installerName()
H A DCompoundFormulaTest.java285 new AtomicFormula.StringAtomicFormula(AtomicFormula.INSTALLER_NAME, in testIsInstallerFormula_installerName_true()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleBinaryParser.java172 case AtomicFormula.INSTALLER_NAME: in parseAtomicFormula()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DIntegrityFileManagerTest.java223 AtomicFormula.INSTALLER_NAME, installerCert, /* isHashedValue= */false), in getInstallerCertificateRule()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java285 proto.write(PackageProto.INSTALLER_NAME, installSource.mInstallerPackageName);