Searched refs:INSTALLER_NAME (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/integrity/ |
H A D | AtomicFormula.java | 53 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 D | IntegrityFormula.java | 108 return new StringAtomicFormula(AtomicFormula.INSTALLER_NAME, installerName); in packageNameEquals()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/ |
H A D | RuleBinarySerializerTest.java | 82 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 D | RuleIndexingDetailsIdentifierTest.java | 65 AtomicFormula.INSTALLER_NAME,
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/integrity/ |
H A D | AtomicFormulaTest.java | 76 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 D | IntegrityFormulaTest.java | 78 assertThat(stringAtomicFormula.getKey()).isEqualTo(AtomicFormula.INSTALLER_NAME); in createEqualsFormula_installerName()
|
H A D | CompoundFormulaTest.java | 285 new AtomicFormula.StringAtomicFormula(AtomicFormula.INSTALLER_NAME, in testIsInstallerFormula_installerName_true()
|
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/ |
H A D | RuleBinaryParser.java | 172 case AtomicFormula.INSTALLER_NAME: in parseAtomicFormula()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/ |
H A D | IntegrityFileManagerTest.java | 223 AtomicFormula.INSTALLER_NAME, installerCert, /* isHashedValue= */false), in getInstallerCertificateRule()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSetting.java | 285 proto.write(PackageProto.INSTALLER_NAME, installSource.mInstallerPackageName);
|