Home
last modified time | relevance | path

Searched refs:INSTALLER_CERTIFICATE_NOT_EVALUATED (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DInstallerAllowedByManifestFormula.java34 public static final String INSTALLER_CERTIFICATE_NOT_EVALUATED = ""; field in InstallerAllowedByManifestFormula
96 .equals(INSTALLER_CERTIFICATE_NOT_EVALUATED)) { in installerInAllowedInstallersFromManifest()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/integrity/
H A DInstallerAllowedByManifestFormulaTest.java19 …ic android.content.integrity.InstallerAllowedByManifestFormula.INSTALLER_CERTIFICATE_NOT_EVALUATED;
106 "installer1", INSTALLER_CERTIFICATE_NOT_EVALUATED, in testFormulaMatches_certificateNotSpecifiedInManifest()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DAppIntegrityManagerServiceImplTest.java22 …ic android.content.integrity.InstallerAllowedByManifestFormula.INSTALLER_CERTIFICATE_NOT_EVALUATED;
343 assertEquals(INSTALLER_CERTIFICATE_NOT_EVALUATED, allowedInstallers.get(ADB_INSTALLER)); in handleBroadcast_correctArgs()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java26 …ic android.content.integrity.InstallerAllowedByManifestFormula.INSTALLER_CERTIFICATE_NOT_EVALUATED;
494 INSTALLER_CERTIFICATE_NOT_EVALUATED); in getAllowedInstallers() local