Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DCompoundFormula.java104 public @Connector int getConnector() { in getConnector() method in CompoundFormula
120 switch (getConnector()) { in matches()
130 throw new IllegalArgumentException("Unknown connector " + getConnector()); in matches()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleIndexingDetailsIdentifier.java99 int connector = compoundFormula.getConnector(); in getIndexingDetailsForCompoundFormula()
H A DRuleBinarySerializer.java222 bitOutputStream.setNext(CONNECTOR_BITS, compoundFormula.getConnector()); in serializeCompoundFormula()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/integrity/
H A DCompoundFormulaTest.java47 assertThat(compoundFormula.getConnector()).isEqualTo(CompoundFormula.AND); in testValidCompoundFormula()