Searched refs:PRE_INSTALLED (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/content/integrity/ |
H A D | AtomicFormulaTest.java | 143 new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in testValidAtomicFormula_boolValue() 145 assertThat(atomicFormula.getKey()).isEqualTo(AtomicFormula.PRE_INSTALLED); in testValidAtomicFormula_boolValue() 215 AtomicFormula.PRE_INSTALLED, true); in testParcelUnparcel_bool() 523 new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in testFormulaMatches_bool_true() 533 new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in testFormulaMatches_bool_false() 543 new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in testIsAppCertificateFormula_bool_false() 551 new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in testIsAppCertificateLineageFormula_bool_false() 559 new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in testIsInstallerFormula_bool_false()
|
H A D | IntegrityFormulaTest.java | 144 assertThat(booleanAtomicFormula.getKey()).isEqualTo(AtomicFormula.PRE_INSTALLED); in createIsTrueFormula_preInstalled()
|
/aosp14/frameworks/base/core/java/android/content/integrity/ |
H A D | AtomicFormula.java | 56 PRE_INSTALLED, 110 public static final int PRE_INSTALLED = 5; field in AtomicFormula 544 key == PRE_INSTALLED || key == STAMP_TRUSTED, in BooleanAtomicFormula() 561 key == PRE_INSTALLED || key == STAMP_TRUSTED, in BooleanAtomicFormula() 660 case AtomicFormula.PRE_INSTALLED: in getBooleanMetadataValue() 687 case PRE_INSTALLED: in keyToString() 719 || key == PRE_INSTALLED in isValidKey()
|
H A D | IntegrityFormula.java | 97 return new BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true); in isPreInstalled()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/ |
H A D | AppIntegrityManagerServiceImplTest.java | 206 new AtomicFormula.BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true), in updateRuleSet_notAuthorized() 225 new AtomicFormula.BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true), in updateRuleSet_notSystemApp() 244 new AtomicFormula.BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true), in updateRuleSet_authorized() 427 AtomicFormula.PRE_INSTALLED, false), in handleBroadcast_reject()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/ |
H A D | RuleBinaryParserTest.java | 77 private static final String PRE_INSTALLED = getBits(AtomicFormula.PRE_INSTALLED, KEY_BITS); field in RuleBinaryParserTest 409 + PRE_INSTALLED in testBinaryString_validAtomicFormula_booleanValue_noIndexing() 423 AtomicFormula.PRE_INSTALLED, true), in testBinaryString_validAtomicFormula_booleanValue_noIndexing()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/ |
H A D | RuleBinarySerializerTest.java | 86 private static final String PRE_INSTALLED = getBits(AtomicFormula.PRE_INSTALLED, KEY_BITS); field in RuleBinarySerializerTest 458 new AtomicFormula.BooleanAtomicFormula(AtomicFormula.PRE_INSTALLED, true), in testBinaryString_serializeValidAtomicFormula_booleanValue() 464 + PRE_INSTALLED in testBinaryString_serializeValidAtomicFormula_booleanValue()
|
H A D | RuleIndexingDetailsIdentifierTest.java | 78 AtomicFormula.PRE_INSTALLED, /* booleanValue= */
|
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/ |
H A D | RuleBinaryParser.java | 185 case AtomicFormula.PRE_INSTALLED: in parseAtomicFormula()
|